Commit Graph

3 Commits

Author SHA1 Message Date
Elliot Winkler 2748b75087 Speed up repeated execution of unit tests
In the Cucumber tests, we do not access the Internet to install test
dependencies -- we assume that you've already run `bundle install` or
`appraisal install` to install those dependencies. Change the RSpec
tests so that the same thing happens.
2014-05-09 15:16:48 -06:00
Elliot Winkler ce9c9b8d5b Set I18n.enforce_available_locales correctly
This setting is only available for I18n v0.6.9, so setting it for all
versions of Rails or I18n versions may not work.
2014-01-21 11:34:45 -07:00
Elliot Winkler 8a0bf45d0f Refactor spec_helper
The code that sets up the blank Rails application we use for testing is
a little messy. Let's use an object to encapsulate this and then refer
to this object every time we access Rails.application.
2013-12-03 11:09:06 -05:00