Skip to content

Commit

Permalink
Fix grammar in ruby-ecosystem.html.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouscal committed Sep 8, 2013
1 parent 5a87423 commit 1f04c99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ruby-ecosystem.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f04c99

Please sign in to comment.