From 0d77d69146889f5cbe75e6100e4b30e3960383dc Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 26 Apr 2016 11:57:29 +0200 Subject: [PATCH] Load also test/fixtures/seeds.rb. --- test/integration_test_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration_test_helper.rb b/test/integration_test_helper.rb index 209b799f8..d04873d37 100644 --- a/test/integration_test_helper.rb +++ b/test/integration_test_helper.rb @@ -12,6 +12,7 @@ class ActiveSupport::TestCase # load seeds load "#{Rails.root}/db/seeds.rb" + load "#{Rails.root}/test/fixtures/seeds.rb" setup do