Skip to content

Commit

Permalink
fix typos in button action spec
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Jan 14, 2012
1 parent b56968f commit 3d431f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/actions/button_action_spec.rb
Expand Up @@ -14,7 +14,7 @@
end)
end

it 'should render a submit type of input' do
it 'should render a submit type of button' do
output_buffer.should have_tag('li.action.button_action button[@type="submit"]')
end

Expand All @@ -33,7 +33,7 @@
end)
end

it 'should render a reset type of input' do
it 'should render a reset type of button' do
output_buffer.should have_tag('li.action.button_action button[@type="reset"]')
end

Expand Down

0 comments on commit 3d431f9

Please sign in to comment.