Sha256: 58bc5ca5d7e77fc553fcde05b60246f7d7963361905ccf9d395a20333e595841

Contents?: true

Size: 1005 Bytes

Versions: 3

Compression:

Stored size: 1005 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"

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

3 entries across 3 versions & 1 rubygems

Version Path
adminpanel-1.2.0 spec/spec_helper.rb
adminpanel-1.1.0 spec/spec_helper.rb
adminpanel-1.0.0 spec/spec_helper.rb