Sha256: 5ea956bf0e5de6dbb6151d56ca50f0ab1a4610692aa5d168f65109c0a8dd7442

Contents?: true

Size: 626 Bytes

Versions: 2

Compression:

Stored size: 626 Bytes

Contents

require 'simple_flaggable_column'
require 'active_record'

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

RSpec.configure do |config|
  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.1.0 spec/spec_helper.rb
simple_flaggable_column-0.0.3 spec/spec_helper.rb