Sha256: 6586cdaf9983c8fd24b66369f5a830e27d77d7abca7d8c769891fff49b31f391

Contents?: true

Size: 415 Bytes

Versions: 30

Compression:

Stored size: 415 Bytes

Contents

# frozen_string_literal: true

require 'simplecov'
SimpleCov.start

require 'rspec'
require 'webdrivers'

RSpec.configure do |config|
  config.filter_run_including focus: true unless ENV['CI']
  config.run_all_when_everything_filtered = true
  config.expect_with :rspec do |expectations|
    expectations.syntax = :expect
  end
  config.mock_with :rspec do |mocks|
    mocks.verify_partial_doubles = true
  end
end

Version data entries

30 entries across 30 versions & 3 rubygems

Version Path
webdrivers-5.3.1 spec/spec_helper.rb
webdrivers-5.3.0 spec/spec_helper.rb
webdrivers-5.2.0 spec/spec_helper.rb
webdrivers-5.1.0 spec/spec_helper.rb
date_n_time_picker_activeadmin-0.1.2 vendor/bundle/ruby/2.6.0/gems/webdrivers-5.0.0/spec/spec_helper.rb
date_n_time_picker_activeadmin-0.1.1 vendor/bundle/ruby/2.6.0/gems/webdrivers-5.0.0/spec/spec_helper.rb
webdrivers-5.0.0 spec/spec_helper.rb
webdrivers-4.7.0 spec/spec_helper.rb
webdrivers-4.6.1 spec/spec_helper.rb
webdrivers-4.6.0 spec/spec_helper.rb
webdrivers-4.5.0 spec/spec_helper.rb
webdrivers-4.4.2 spec/spec_helper.rb
webdrivers-4.4.1 spec/spec_helper.rb
webdrivers-4.4.0 spec/spec_helper.rb
webdrivers-4.3.0 spec/spec_helper.rb
webdrivers-4.2.0 spec/spec_helper.rb
chatops-rpc-0.0.2 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/webdrivers-4.1.3/spec/spec_helper.rb
chatops-rpc-0.0.1 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/webdrivers-4.1.3/spec/spec_helper.rb
webdrivers-4.1.3 spec/spec_helper.rb
webdrivers-4.1.2 spec/spec_helper.rb