Skip to content

Commit

Permalink
Fix spec name
Browse files Browse the repository at this point in the history
  • Loading branch information
joliss committed Sep 9, 2012
1 parent 26f6c78 commit b87dad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/capybara/spec/session/click_link_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
end

it "should accept partial matches" do
@session.click_link('some tit')
@session.click_link('some titl')
@session.should have_content('Bar')
end
end
Expand All @@ -51,7 +51,7 @@
@session.should have_content('Bar')
end

it "should take user to the linked page" do
it "should accept partial matches" do
@session.click_link('some imag')
@session.should have_content('Bar')
end
Expand Down

0 comments on commit b87dad7

Please sign in to comment.