mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 09:21:00 +03:00
Fix grammar in ruby-ecosystem.html.markdown
This commit is contained in:
parent
5a87423e20
commit
1f04c99ca4
@ -121,9 +121,9 @@ dependency graph to resolve.
|
|||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
|
|
||||||
Testing is a large of ruby culture. Ruby comes with its own Unit-style testing
|
Testing is a large part of ruby culture. Ruby comes with its own Unit-style
|
||||||
framework called minitest (Or TestUnit for ruby version 1.8.x). There are many
|
testing framework called minitest (Or TestUnit for ruby version 1.8.x). There
|
||||||
testing libraries with different goals.
|
are many testing libraries with different goals.
|
||||||
|
|
||||||
* TestUnit - Ruby 1.8's built-in "Unit-style" testing framework
|
* TestUnit - Ruby 1.8's built-in "Unit-style" testing framework
|
||||||
* minitest - Ruby 1.9/2.0's built-in testing framework
|
* minitest - Ruby 1.9/2.0's built-in testing framework
|
||||||
|
Loading…
Reference in New Issue
Block a user