Sha256: 16a15b58e533751d18206c65784424ddbb10105200bbdfb9c3312e85d008a311
Contents?: true
Size: 631 Bytes
Versions: 13
Compression:
Stored size: 631 Bytes
Contents
ENV["RAILS_ENV"] ||= 'test' require 'rsolr' require 'engine_cart' EngineCart.load_application! require 'rspec/rails' require 'capybara/rspec' RSpec.configure do |config| # rspec-rails 3 will no longer automatically infer an example group's spec type # from the file location. You can explicitly opt-in to the feature using this # config option. # To explicitly tag specs without using automatic inference, set the `:type` # metadata manually: # # describe ThingsController, :type => :controller do # # Equivalent to being in spec/controllers # end config.infer_spec_type_from_file_location! end
Version data entries
13 entries across 13 versions & 1 rubygems