Skip to content

Commit ca63cc5

Browse files
committed
Do not seed before test run
Alchemy does not need to be seeded anymore
1 parent 2962dd6 commit ca63cc5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

spec/rails_helper.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
require 'rspec/active_model/mocks'
1212
require "capybara/rails"
1313
require 'factory_bot'
14-
require 'alchemy/seeder'
1514
require 'alchemy/test_support/controller_requests'
1615
require 'alchemy/test_support/integration_helpers'
1716
require 'alchemy/devise/test_support/factories'
@@ -37,7 +36,4 @@
3736
[:controller, :feature, :request].each do |type|
3837
config.include Alchemy::TestSupport::IntegrationHelpers, type: type
3938
end
40-
config.before(:suite) do
41-
Alchemy::Seeder.seed!
42-
end
4339
end

0 commit comments

Comments
 (0)