don't use ActiveRecord fixtures
This commit is contained in:
1
spec/fixtures/upload.rb
vendored
1
spec/fixtures/upload.rb
vendored
@ -1 +0,0 @@
|
|||||||
puts 'Hello World'
|
|
@ -19,9 +19,6 @@ Dir[Rails.root.join('spec/support/**/*.rb')].each { |f| require f }
|
|||||||
ActiveRecord::Migration.maintain_test_schema!
|
ActiveRecord::Migration.maintain_test_schema!
|
||||||
|
|
||||||
RSpec.configure do |config|
|
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(Authentication, type: :feature)
|
||||||
config.include(WaitForAjax, type: :feature)
|
config.include(WaitForAjax, type: :feature)
|
||||||
config.include(Sorcery::TestHelpers::Rails::Controller, type: :controller)
|
config.include(Sorcery::TestHelpers::Rails::Controller, type: :controller)
|
||||||
|
Reference in New Issue
Block a user