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

Fix to small syntax error in example test code.

This commit is contained in:
Tom Locke 2012-06-04 12:11:53 +02:00
parent 644853c6e4
commit 37a1ddfb43

View file

@ -191,7 +191,7 @@ class BlogTest < ActionDispatch::IntegrationTest
Capybara.current_driver = Capybara.javascript_driver # :selenium by default
end
test 'shows blog posts'
test 'shows blog posts' do
# ... this test is run with Selenium ...
end
end