diff --git a/test/integration/enable_disable_features_test.rb b/test/integration/enable_disable_features_test.rb index 2403c14..377ed5c 100644 --- a/test/integration/enable_disable_features_test.rb +++ b/test/integration/enable_disable_features_test.rb @@ -5,7 +5,7 @@ class EnableDisableFeaturesTest < ActionController::IntegrationTest def test_enable_features uses_host 'anhetegua.net' - login('quentin', 'test') + login 'quentin', 'test' get '/admin/features' assert_response :success assert_tag :tag => 'input', :attributes => { :name => 'features[feature1]' } -- libgit2 0.21.2