summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2018-08-16 21:08:38 +1200
committerThong Kuah <tkuah@gitlab.com>2018-08-31 10:23:57 +1200
commit99e185cb91a0a1c5df0ed5f545bd83de718e5eb9 (patch)
treed4071323e6ff49c89944cce885559b72c83ac4a4 /spec/support
parentb8856d662942f54d7353e69505be08deb9b1d575 (diff)
downloadgitlab-ce-99e185cb91a0a1c5df0ed5f545bd83de718e5eb9.tar.gz
Move fixture_path out of support/rspec file which is used by fast_spec_helper, so that fast specs can be run on its own again.
Move `fixture_path` config together with use_transactional_fixtures and use_instantiated_fixtures. These settings are all added by rspec-rails https://github.com/rspec/rspec-rails/blob/8c6c9590b94916199950dc8a91a9741d3be30c7c/lib/rspec/rails/configuration.rb#L65-L67
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/rspec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/rspec.rb b/spec/support/rspec.rb
index 9b8bcebcb3a..b38c5dfe60b 100644
--- a/spec/support/rspec.rb
+++ b/spec/support/rspec.rb
@@ -11,6 +11,4 @@ RSpec.configure do |config|
config.include StubMetrics
config.include StubObjectStorage
config.include StubENV
-
- config.fixture_path = Rails.root if defined?(Rails)
end