diff options
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/capybara.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/capybara.rb b/spec/support/capybara.rb index c34e76fa72f..e5f8cc2aba5 100644 --- a/spec/support/capybara.rb +++ b/spec/support/capybara.rb @@ -16,6 +16,7 @@ Capybara.register_driver :poltergeist do |app| window_size: [1366, 768], url_whitelist: %w[localhost 127.0.0.1], url_blacklist: %w[.mp4 .png .gif .avi .bmp .jpg .jpeg], + phantomjs_logger: '', phantomjs_options: [ '--load-images=yes' ] |