Sha256: 473b4ed5f1f7b0729c7ae9043888a368b62be6fb1877d1267cf7dae9b500e0b3
Contents?: true
Size: 705 Bytes
Versions: 1
Compression:
Stored size: 705 Bytes
Contents
ENV["RAILS_ENV"] = 'test' # Require dummy Rails app require File.expand_path("../../spec/dummy/config/environment", __FILE__) require 'database_cleaner' require 'rspec/rails' require 'rspec/autorun' # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| # If true, the base class of anonymous controllers will be inferred # automatically. This will be the default behavior in future versions of # rspec-rails. config.infer_base_class_for_anonymous_controllers = false config.treat_symbols_as_metadata_keys_with_true_values = true end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
money-rails-0.9.0 | spec/spec_helper.rb |