1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-17 21:49:22 +01:00

Merge pull request #327 from nbouscal/patch-2

Fix grammar in ruby-ecosystem.html.markdown
This commit is contained in:
Adam Bard 2013-09-08 21:41:26 -07:00
commit 410e60e538

View File

@ -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