Sha256: 39578858338328c1eb003ade149e88c6965acf79548ed639174e609658a43c8c
Contents?: true
Size: 1020 Bytes
Versions: 8
Compression:
Stored size: 1020 Bytes
Contents
# This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Require this file using `require "spec_helper"` to ensure that it is only # loaded once. # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration ENV["RAILS_ENV"] ||= 'test' require File.expand_path("../dummy/config/environment", __FILE__) require "rspec/rails" require "factory_girl" require "carrierwave/test/matchers" require "active_record" require "genspec" require "rake" Dir["./spec/support/**/*.rb"].sort.each {|f| require f} RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true config.filter_run :focus root = File.expand_path(File.join(File.dirname(__FILE__), '..')) ActiveRecord::Base.establish_connection( :adapter => 'sqlite3', :database => ':memory:' ) config.include Rails.application.routes.url_helpers config.order = 'random' end
Version data entries
8 entries across 8 versions & 1 rubygems