Sha256: c5d2f66911d1d7f87247b6fdaabd26e0ef9c101c50a9b59bce0c7bee1bb1ef4c
Contents?: true
Size: 542 Bytes
Versions: 4
Compression:
Stored size: 542 Bytes
Contents
RSpec.configure do |config| config.requires = %w[m2m_fast_insert sqlite3] ActiveRecord::Base.establish_connection :adapter => 'sqlite3', :database => ':memory:' # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir.glob(File.expand_path('../support/**/*.rb', __FILE__)).each { |file| require file } config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true config.filter_run :focus config.color = true end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
m2m_fast_insert-0.1.0 | spec/spec_helper.rb |
m2m_fast_insert-0.0.3 | spec/spec_helper.rb |
m2m_fast_insert-0.0.2 | spec/spec_helper.rb |
m2m_fast_insert-0.0.1 | spec/spec_helper.rb |