Don't depend on the environment in the test

This commit is contained in:
Matt Rogers 2013-10-12 22:06:11 -05:00
parent bae4b2a5b7
commit 9fd4b845de
3 changed files with 0 additions and 3 deletions

View file

@ -4,7 +4,6 @@ class PreferencesControllerTest < ActionController::TestCase
def setup
super
assert_equal "test", Rails.env
assert_equal "change-me", Tracks::Config.salt
end