don't use ActiveRecord fixtures
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user