diff options
author | Adam Bard <github@adambard.com> | 2013-09-08 21:41:26 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2013-09-08 21:41:26 -0700 |
commit | 410e60e538c36e75e957e4c90a3aca20925369de (patch) | |
tree | 9a61043541afae21ffb03f3cb33cb8ff3c047dcf | |
parent | cae8dd6c660700893921cb63cdfcac59b8f84c07 (diff) | |
parent | 1f04c99ca4a06ea8a21b917a01174475292af1be (diff) |
Merge pull request #327 from nbouscal/patch-2
Fix grammar in ruby-ecosystem.html.markdown
-rw-r--r-- | ruby-ecosystem.html.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ruby-ecosystem.html.markdown b/ruby-ecosystem.html.markdown index c2a2087b..d186f712 100644 --- a/ruby-ecosystem.html.markdown +++ b/ruby-ecosystem.html.markdown @@ -121,9 +121,9 @@ dependency graph to resolve. # Testing -Testing is a large of ruby culture. Ruby comes with its own Unit-style testing -framework called minitest (Or TestUnit for ruby version 1.8.x). There are many -testing libraries with different goals. +Testing is a large part of ruby culture. Ruby comes with its own Unit-style +testing framework called minitest (Or TestUnit for ruby version 1.8.x). There +are many testing libraries with different goals. * TestUnit - Ruby 1.8's built-in "Unit-style" testing framework * minitest - Ruby 1.9/2.0's built-in testing framework |