Commit 72e324233c525dfc35afbf42293a527378dc7d75

Authored by AntonioTerceiro
1 parent 1ae3e6da

ActionItem3: minor style change



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@96 3f533792-8f58-4932-b0fe-aaf55b0a4547
test/integration/enable_disable_features_test.rb
... ... @@ -5,7 +5,7 @@ class EnableDisableFeaturesTest < ActionController::IntegrationTest
5 5  
6 6 def test_enable_features
7 7 uses_host 'anhetegua.net'
8   - login('quentin', 'test')
  8 + login 'quentin', 'test'
9 9 get '/admin/features'
10 10 assert_response :success
11 11 assert_tag :tag => 'input', :attributes => { :name => 'features[feature1]' }
... ...