Sha256: 86898586b9ab02adbc2d859112d982cefbdcf7d579f7bca8afcd8cec64f9b524
Contents?: true
Size: 377 Bytes
Versions: 4
Compression:
Stored size: 377 Bytes
Contents
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
invisible_captcha-0.9.1 | spec/spec_helper.rb |
invisible_captcha-0.9.0 | spec/spec_helper.rb |
invisible_captcha-0.8.2 | spec/spec_helper.rb |
invisible_captcha-0.8.1 | spec/spec_helper.rb |