Sha256: 992f78ba121ddbb0342fce468ac3287277aadf777169fdb14af6c7dd57c0376b

Contents?: true

Size: 462 Bytes

Versions: 45

Compression:

Stored size: 462 Bytes

Contents

require 'byebug'
require 'pry'
require 'rails-controller-testing'
require 'active_job'

RSpec.configure do |config|
  ConeyIsland.run_inline if defined? ConeyIsland

  config.expect_with :rspec do |expectations|
    expectations.include_chain_clauses_in_custom_matcher_descriptions = true
  end

  config.mock_with :rspec do |mocks|
    mocks.verify_partial_doubles = true
  end
  config.include ActiveJob::TestHelper

end

ActiveJob::Base.queue_adapter = :test

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
pulitzer-0.15.31 spec/spec_helper.rb
pulitzer-0.15.30 spec/spec_helper.rb
pulitzer-0.15.29 spec/spec_helper.rb
pulitzer-0.15.28 spec/spec_helper.rb
pulitzer-0.15.27 spec/spec_helper.rb
pulitzer-0.15.26 spec/spec_helper.rb
pulitzer-0.15.25 spec/spec_helper.rb
pulitzer-0.15.24 spec/spec_helper.rb
pulitzer-0.15.23 spec/spec_helper.rb
pulitzer-0.15.22 spec/spec_helper.rb
pulitzer-0.15.21 spec/spec_helper.rb
pulitzer-0.15.20 spec/spec_helper.rb
pulitzer-0.15.19 spec/spec_helper.rb
pulitzer-0.15.18 spec/spec_helper.rb
pulitzer-0.15.17 spec/spec_helper.rb
pulitzer-0.15.16 spec/spec_helper.rb
pulitzer-0.15.15 spec/spec_helper.rb
pulitzer-0.15.14 spec/spec_helper.rb
pulitzer-0.15.13 spec/spec_helper.rb
pulitzer-0.15.12 spec/spec_helper.rb