Sha256: 958c6b6194dce3264c0f341d2bb7c6831a855b5ca84e6e1788ac433648ec129f

Contents?: true

Size: 772 Bytes

Versions: 3

Compression:

Stored size: 772 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'simplecov'
require 'coveralls'
SimpleCov.formatter = Coveralls::SimpleCov::Formatter
SimpleCov.start do
  add_filter '/spec'
end

require 'rspec'
require 'casino_core-authenticator-activerecord'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  # Run specs in random order to surface order dependencies. If you find an
  # order dependency and want to debug it, you can fix the order by providing
  # the seed, which is printed after each run.
  #     --seed 1234
  config.order = 'random'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
casino_core-authenticator-activerecord-1.1.6 spec/spec_helper.rb
casino_core-authenticator-activerecord-1.1.4 spec/spec_helper.rb
casino_core-authenticator-activerecord-1.1.3 spec/spec_helper.rb