1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Merge pull request #515 from anthonylebrun/master

Fixed Broken link in README
This commit is contained in:
Elabs 2011-10-06 01:46:57 -07:00
commit 759f5afa20

View file

@ -65,7 +65,7 @@ Now you can use it in your steps:
click_link 'Sign in'
end
Capybara sets up some {tags}[http://wiki.github.com/aslakhellesoy/cucumber/tags]
Capybara sets up some {tags}[https://github.com/cucumber/cucumber/wiki/tags]
for you to use in Cucumber. Often you'll want to run only some scenarios with a
driver that supports JavaScript, Capybara makes this easy: simply tag the
scenario (or feature) with <tt>@javascript</tt>: