Sha256: 90f29cf53a327468067df8c988410817225ee9fa1a37668164f558dfeaa9de6d
Contents?: true
Size: 399 Bytes
Versions: 11
Compression:
Stored size: 399 Bytes
Contents
# This file is copied to spec/ when you run 'rails generate rspec:install' ENV['RAILS_ENV'] ||= 'test' require 'spec_helper' ActiveRecord::Migration.maintain_test_schema! RSpec.configure do |config| config.include FactoryGirl::Syntax::Methods config.before(:suite) do # FactoryGirl.lint end config.use_transactional_fixtures = false config.infer_spec_type_from_file_location! end
Version data entries
11 entries across 11 versions & 1 rubygems