rails/railties/test/commands
Carlos Antonio da Silva 5a8f25f003 Refactor tests that switch RAILS_ENV and RACK_ENV
This cleanup aims to fix a build failure:
https://travis-ci.org/rails/rails/jobs/3515951/#L482

Since travis always have both ENV vars set to "test", a test is failing
where it's expected to output the default env "development", but "test"
is the result due to RACK_ENV being set when we expect it to not be.

By cleaning this duplication we ensure that changing any of these env
variables will pick the right expected value.
2012-12-06 10:47:14 -02:00
..
console_test.rb Refactor tests that switch RAILS_ENV and RACK_ENV 2012-12-06 10:47:14 -02:00
dbconsole_test.rb Fix rails db command with sqlite3 database 2012-11-18 23:52:39 -02:00
server_test.rb Refactor tests that switch RAILS_ENV and RACK_ENV 2012-12-06 10:47:14 -02:00