don't use ActiveRecord fixtures

This commit is contained in:
Hauke Klement
2015-02-24 09:58:48 +01:00
parent 05509c2ceb
commit fdb9243d21
2 changed files with 0 additions and 4 deletions

View File

@ -19,9 +19,6 @@ Dir[Rails.root.join('spec/support/**/*.rb')].each { |f| require f }
ActiveRecord::Migration.maintain_test_schema!
RSpec.configure do |config|
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
config.fixture_path = "#{::Rails.root}/spec/fixtures"
config.include(Authentication, type: :feature)
config.include(WaitForAjax, type: :feature)
config.include(Sorcery::TestHelpers::Rails::Controller, type: :controller)