Sha256: 4ea70f61eb73cfea5d23b96e788e96949ac381eab4299425992bc939562f0a76
Contents?: true
Size: 315 Bytes
Versions: 5
Compression:
Stored size: 315 Bytes
Contents
ENV['RAILS_ENV'] = 'test' require File.expand_path("../dummy/config/environment.rb", __FILE__) require 'rspec/rails' require 'invisible_captcha' RSpec.configure do |config| config.order = 'random' config.expect_with :rspec config.mock_with :rspec do |mocks| mocks.verify_partial_doubles = true end end
Version data entries
5 entries across 5 versions & 1 rubygems