mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Always use rack_test in integration tests
Otherwise Rails defaults to chromedriver which we do not need.
This commit is contained in:
parent
7304650928
commit
49b496337f
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ class NavigationTest < Test::Unit::TestCase
|
|||
|
||||
setup do
|
||||
1.upto(100) {|i| User.create! name: "user#{'%03d' % i}" }
|
||||
Capybara.current_driver = :rack_test
|
||||
end
|
||||
|
||||
teardown do
|
||||
|
|
Loading…
Reference in a new issue