Sha256: 46c287e60581146466296f32be42f03fa07fffff12bd90062b6062f7b8e3ff54
Contents?: true
Size: 403 Bytes
Versions: 3
Compression:
Stored size: 403 Bytes
Contents
unless ENV['COVERALLS_CONFIG'] == 'nocoveralls' require 'coveralls' Coveralls.wear! end ENV["RAILS_ENV"] ||= 'test' require File.expand_path("../dummy/config/environment.rb", __FILE__) require 'rspec/rails' require 'sections_rails' RSpec.configure do |config| config.infer_base_class_for_anonymous_controllers = false config.mock_with :rspec config.infer_spec_type_from_file_location! end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sections_rails-0.11.0 | spec/spec_helper.rb |
sections_rails-0.10.0 | spec/spec_helper.rb |
sections_rails-0.9.0 | spec/spec_helper.rb |