Skip to content

Commit

Permalink
Fix syntax error in example code
Browse files Browse the repository at this point in the history
Close #80
  • Loading branch information
obfuscoder committed Jun 6, 2020
1 parent defd2b1 commit 002fb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ same host as your test environment. In our example, we'll update both to

```ruby
# tests/test_helper.rb
ActionDispatch::IntegrationTest
ActionDispatch::IntegrationTest do
Capybara.server_port = 3001
Capybara.app_host = 'http://localhost:3001'
end
Expand Down

0 comments on commit 002fb61

Please sign in to comment.