Sha256: a521b3166e7a358f7c48acdccd857890984c722266318f7f36861590025fcbae

Contents?: true

Size: 650 Bytes

Versions: 2

Compression:

Stored size: 650 Bytes

Contents

require 'simple_flaggable_column'
require 'with_model'

ActiveRecord::Base.establish_connection adapter: 'sqlite3', database: ':memory:'
ActiveRecord::Migration.verbose = false

RSpec.configure do |config|
  config.extend WithModel

  config.expect_with :rspec do |expectations|
    # Default in RSpec 4
    expectations.include_chain_clauses_in_custom_matcher_descriptions = true
  end

  # rspec-mocks config goes here. You can use an alternate test double
  # library (such as bogus or mocha) by changing the `mock_with` option here.
  config.mock_with :rspec do |mocks|
    # Default in RSpec 4.
    mocks.verify_partial_doubles = true
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simple_flaggable_column-0.0.2 spec/spec_helper.rb
simple_flaggable_column-0.0.1 spec/spec_helper.rb