Sha256: 07817b3c1dfbed97cc6c7610de2eec180f25f42447115f707aefdc7b34255f4c

Contents?: true

Size: 308 Bytes

Versions: 12

Compression:

Stored size: 308 Bytes

Contents

ENV["RAILS_ENV"] ||= "test"

require File.expand_path("../dummy/config/environment.rb", __FILE__)
require "rspec/rails"

RSpec.configure do |config|
  config.mock_with :rspec
  config.use_transactional_fixtures = true
  config.infer_base_class_for_anonymous_controllers = false
  config.order = "random"
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
nulogy-fitter-happier-1.5.2 spec/spec_helper.rb
nulogy-fitter-happier-1.5.1 spec/spec_helper.rb
nulogy-fitter-happier-1.5.0 spec/spec_helper.rb
nulogy-fitter-happier-1.3.1 spec/spec_helper.rb
nulogy-fitter-happier-1.3.0 spec/spec_helper.rb
nulogy-fitter-happier-1.2.0 spec/spec_helper.rb
nulogy-fitter-happier-1.1.4 spec/spec_helper.rb
nulogy-fitter-happier-1.1.3 spec/spec_helper.rb
nulogy-fitter-happier-1.1.2 spec/spec_helper.rb
nulogy-fitter-happier-1.1.1 spec/spec_helper.rb
nulogy-fitter-happier-1.1.0 spec/spec_helper.rb
nulogy-fitter-happier-1.0.0 spec/spec_helper.rb