Sha256: d8abe7ef02e9e672d6a30471d175ebfcafcd06f5a8538a728ceebe6f6451ddc1
Contents?: true
Size: 500 Bytes
Versions: 2
Compression:
Stored size: 500 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) ENV["RAILS_ENV"] ||= 'test' # require 'simplecov' # SimpleCov.root File.join(File.dirname(__FILE__), '..', 'lib') # SimpleCov.start require 'rspec' require 'pry' require 'anyway' require 'rails/all' require 'rspec/rails' require "dummy/config/environment" Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| config.mock_with :rspec end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
anyway_config-0.2.0 | spec/spec_helper.rb |
anyway_config-0.1.0 | spec/spec_helper.rb |