Sha256: f2e41204c2a4bcd2d5c9b1196c31079115743bd72b3e07ce08e63f974c649562

Contents?: true

Size: 376 Bytes

Versions: 2

Compression:

Stored size: 376 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

2 entries across 2 versions & 1 rubygems

Version Path
invisible_captcha-0.8.0 spec/spec_helper.rb
invisible_captcha-0.7.0 spec/spec_helper.rb