Sha256: 8d38022113ba6cf0c7fce569268920cea2233f9dad4e2d4e94d63b59e3b045f1
Contents?: true
Size: 573 Bytes
Versions: 3
Compression:
Stored size: 573 Bytes
Contents
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration # require 'chrono_model' require 'support/connection' require 'support/matchers/schema' require 'support/matchers/table' require 'support/matchers/column' require 'support/matchers/index' RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.include(ChronoTest::Matchers::Schema) config.include(ChronoTest::Matchers::Table) config.include(ChronoTest::Matchers::Column) config.include(ChronoTest::Matchers::Index) ChronoTest.recreate_database! end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chrono_model-0.8.2 | spec/spec_helper.rb |
chrono_model-0.8.0 | spec/spec_helper.rb |
chrono_model-0.5.3 | spec/spec_helper.rb |