Sha256: 0240148485dd456df9abdb5a5e8162ef3e52b799ac69a5a85a87ca702f3969f2
Contents?: true
Size: 306 Bytes
Versions: 4
Compression:
Stored size: 306 Bytes
Contents
require 'bundler/setup' require 'databox' ENV["DATABOX_MODE"] = "test" RSpec.configure do |config| config.fail_fast = ENV['RSPEC_FAIL_FAST'] == "1" config.mock_framework = :rspec config.run_all_when_everything_filtered = true config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
databox-2.0.1 | spec/spec_helper.rb |
databox-2.0.0 | spec/spec_helper.rb |
databox-0.2.2 | spec/spec_helper.rb |
databox-0.2.1 | spec/spec_helper.rb |