A Guide to Testing Rails Applications - Ruby on Rails Guides - 0 views
-
Rails tests can also simulate browser requests and thus you can test your application's response without having to test it through your browser.
-
your tests will need a database to interact with as well.
-
By default, every Rails application has three environments: development, test, and production
- ...25 more annotations...