Sha256: e6e6fad7d1ad696ebde41d58d4650b448421ede99284aa585179a3120761114f
Contents?: true
Size: 431 Bytes
Versions: 9
Compression:
Stored size: 431 Bytes
Contents
require './app' Bundler.require :test ENV['APP_ENV'] = 'test' Shoulda::Matchers.configure do |config| config.integrate do |with| with.test_framework :rspec with.library :active_record with.library :active_model end end RSpec.configure do |config| config.include Rack::Test::Methods config.include Shoulda::Matchers::ActiveModel, type: :model config.include Shoulda::Matchers::ActiveRecord, type: :model end
Version data entries
9 entries across 9 versions & 1 rubygems