From 72e324233c525dfc35afbf42293a527378dc7d75 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 18 Jul 2007 23:00:18 +0000 Subject: [PATCH] ActionItem3: minor style change --- test/integration/enable_disable_features_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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