Skip to content

Commit

Permalink
Fix method name type 'click_buton'
Browse files Browse the repository at this point in the history
  • Loading branch information
reidreid46 committed Jan 21, 2012
1 parent 51893e6 commit 03a2f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -134,7 +134,7 @@ describe "home page" do
visit "/login" visit "/login"
fill_in "Username", :with => "jdoe" fill_in "Username", :with => "jdoe"
fill_in "Password", :with => "secret" fill_in "Password", :with => "secret"
click_buton "Log in" click_button "Log in"


page.should have_selector(".header .username", :text => "jdoe") page.should have_selector(".header .username", :text => "jdoe")
end end
Expand Down

0 comments on commit 03a2f6f

Please sign in to comment.