Commit 8d98d61b authored by Lin Jen-Shin's avatar Lin Jen-Shin

Fix fast_spec_helper and add a test for it

parent 7b956a8f
...@@ -684,6 +684,11 @@ rspec-mysql: ...@@ -684,6 +684,11 @@ rspec-mysql:
<<: *only-schedules-master <<: *only-schedules-master
parallel: 50 parallel: 50
rspec-fast-spec-helper:
<<: *rspec-metadata-pg
script:
- bundle exec rspec spec/fast_spec_helper.rb
.rspec-quarantine: &rspec-quarantine .rspec-quarantine: &rspec-quarantine
<<: *only-schedules-master <<: *only-schedules-master
script: script:
......
...@@ -121,4 +121,5 @@ module StubConfiguration ...@@ -121,4 +121,5 @@ module StubConfiguration
end end
end end
require_relative '../../../ee/spec/support/helpers/ee/stub_configuration'
StubConfiguration.prepend(EE::StubConfiguration) StubConfiguration.prepend(EE::StubConfiguration)
...@@ -74,4 +74,5 @@ module StubObjectStorage ...@@ -74,4 +74,5 @@ module StubObjectStorage
end end
end end
require_relative '../../../ee/spec/support/helpers/ee/stub_object_storage'
StubObjectStorage.prepend(EE::StubObjectStorage) StubObjectStorage.prepend(EE::StubObjectStorage)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment