Sha256: b517ba6bcbb4c4a9b68abce686fb8218a272280fc8a6d31aa504b0fe0e9d6462
Contents?: true
Size: 648 Bytes
Versions: 1
Compression:
Stored size: 648 Bytes
Contents
#$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) #$LOAD_PATH.unshift(File.dirname(__FILE__)) require 'simplecov' SimpleCov.start ENV["RAILS_ENV"] ||= 'test' require File.expand_path("../../config/environment", __FILE__) require 'rspec' require 'rspec/rails' #require 'djr' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. #Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f} RSpec.configure do |config| config.mock_with :rspec config.use_transactional_fixtures = true end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
djr-0.0.4pre | spec/spec_helper.rb |