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:
parent
644853c6e4
commit
37a1ddfb43
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue