Sha256: f778539851693939715c2a7b9bbe1fcfa9c5f3265538a4bdc74d616296d16280

Contents?: true

Size: 588 Bytes

Versions: 2

Compression:

Stored size: 588 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 }

# Load TestFactories
Dir["#{File.dirname(__FILE__)}/test_factories/*.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

Capybara.configure do |config|
  config.ignore_hidden_elements = false
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dbd_data_engine-0.0.10 spec/spec_helper.rb
dbd_data_engine-0.0.9 spec/spec_helper.rb