Sha256: ab96d06e2fa402a43e57753f0fb07dd86b632309b9fae0a7ae3f5b851f79ddfc

Contents?: true

Size: 414 Bytes

Versions: 5

Compression:

Stored size: 414 Bytes

Contents

ENV['RAILS_ENV'] ||= 'test'
require File.expand_path("../dummy/config/environment.rb",  __FILE__)
require 'rspec/rails'

# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
  config.filter_run :focus

  config.order = 'random'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dbd_data_engine-0.0.5 spec/spec_helper.rb
dbd_data_engine-0.0.4 spec/spec_helper.rb
dbd_data_engine-0.0.3 spec/spec_helper.rb
dbd_data_engine-0.0.2 spec/spec_helper.rb
dbd_data_engine-0.0.1 spec/spec_helper.rb