mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Skip Capybaras download tests - unsupported
This commit is contained in:
parent
1e0e932e10
commit
8329b19e94
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module TestSessions
|
|||
Webkit = Capybara::Session.new(:reusable_webkit, TestApp)
|
||||
end
|
||||
|
||||
Capybara::SpecHelper.run_specs TestSessions::Webkit, "webkit"
|
||||
Capybara::SpecHelper.run_specs TestSessions::Webkit, "webkit", capybara_skip: [:download]
|
||||
|
||||
describe Capybara::Session do
|
||||
include AppRunner
|
||||
|
|
Loading…
Add table
Reference in a new issue