Sha256: afb6c29aea399d8250f2f305d68c8f8d93627079f167b1da303a9afd3ef7951c
Contents?: true
Size: 566 Bytes
Versions: 1
Compression:
Stored size: 566 Bytes
Contents
ENV["RAILS_ENV"] = "test" require File.expand_path("../dummy/config/environment.rb", __FILE__) require 'rspec/rails' require 'rspec/autorun' require 'pry-byebug' PROSPERITY_ROOT = File.expand_path("..", __FILE__) Dir[File.join(PROSPERITY_ROOT, "support/**/*.rb")].each {|f| require f } TEST_FILES = File.join(PROSPERITY_ROOT, "test_files") RSpec.configure do |config| config.render_views 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prosperity-0.0.11 | spec/spec_helper.rb |