Sha256: 2379f195660b5ab5bcd411552d3e5fd149afc5eaa3256a56bb7cd2f6ddfc5479

Contents?: true

Size: 404 Bytes

Versions: 2

Compression:

Stored size: 404 Bytes

Contents

$LOAD_PATH.unshift(File.expand_path("../../lib", __FILE__))
require File.expand_path("../support/env", __FILE__)

require "database_cleaner"
require "simplecov"
SimpleCov.start

require "has_email_authentication"
require File.expand_path("../support/models", __FILE__)

RSpec.configure do |config|
  config.before do
    DatabaseCleaner.start
  end

  config.after do
    DatabaseCleaner.clean
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
has_email_authentication-1.0.0 spec/spec_helper.rb
has_email_authentication-0.0.1 spec/spec_helper.rb