Sha256: 7994d7b40c7e6f52623768ac3cea8e784a1beb03fd49480f9a09938a72dcf59a
Contents?: true
Size: 676 Bytes
Versions: 3
Compression:
Stored size: 676 Bytes
Contents
# This file is copied to spec/ when you run 'rails generate rspec:install' ENV["RAILS_ENV"] ||= 'test' if RUBY_ENGINE == 'rbx' require "codeclimate-test-reporter" CodeClimate::TestReporter.start end require Pathname(__FILE__).dirname.join("dummy/config/environment") require 'rspec/rails' require 'database_cleaner' require 'capybara/rails' require 'generator_spec' Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f } ActiveRecord::Migration.check_pending! if defined?(ActiveRecord::Migration) RSpec.configure do |config| config.order = "random" config.before(:all) do DatabaseCleaner.clean_with(:truncation) end end def rom ROM.env end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rom-rails-0.3.0 | spec/spec_helper.rb |
rom-rails-0.3.0.rc1 | spec/spec_helper.rb |
rom-rails-0.3.0.beta1 | spec/spec_helper.rb |