Sha256: e924618610a0dc446343536d1fb15eaa2ad3e951950e40e5cc0496da211819b0

Contents?: true

Size: 252 Bytes

Versions: 14

Compression:

Stored size: 252 Bytes

Contents

module ProxyTester
  module SpecHelper
    module Capybara
      include ::Capybara::DSL
    end
  end
end

RSpec.configure do |c|
  c.include ProxyTester::SpecHelper::Capybara
  c.before :all do
    Capybara.javascript_driver = :poltergeist
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
proxy_tester-0.1.10 spec/support/capybara.rb
proxy_tester-0.1.8 spec/support/capybara.rb
proxy_tester-0.1.6 spec/support/capybara.rb
proxy_tester-0.1.5 spec/support/capybara.rb
proxy_tester-0.1.4 spec/support/capybara.rb
proxy_tester-0.1.3 spec/support/capybara.rb
proxy_tester-0.1.2 spec/support/capybara.rb
proxy_tester-0.1.1 spec/support/capybara.rb
proxy_tester-0.1.0 spec/support/capybara.rb
proxy_tester-0.0.9 spec/support/capybara.rb
proxy_tester-0.0.8 spec/support/capybara.rb
proxy_tester-0.0.7 spec/support/capybara.rb
proxy_tester-0.0.6 spec/support/capybara.rb
proxy_tester-0.0.5 spec/support/capybara.rb