Sha256: f7c90674f52f8dded44d7713db2ab471a59ff1c182c483ac6d1264dd67713938
Contents?: true
Size: 1.05 KB
Versions: 3
Compression:
Stored size: 1.05 KB
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 "capybara/rspec" require "factory_girl" require "carrierwave/test/matchers" require "active_record" 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.use_transactional_fixtures = false 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.12 | spec/spec_helper.rb |
adminpanel-1.2.11 | spec/spec_helper.rb |
adminpanel-1.2.10 | spec/spec_helper.rb |