Skip to content

Commit

Permalink
Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Feb 8, 2011
1 parent 8dfa0d8 commit 416ef68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/label_test.rb
Expand Up @@ -205,7 +205,7 @@ def @controller.action_name; nil; end
with_label_for :project, :description, :string, :required => false
assert_no_select 'label.required[for=project_description]'
end

test 'label should add chosen label class' do
swap SimpleForm, :label_class => :my_custom_class do
with_label_for @user, :name, :string
Expand Down

0 comments on commit 416ef68

Please sign in to comment.