summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorBrandon Labuschagne <blabuschagne@gitlab.com>2019-01-29 20:45:47 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-01-29 20:45:47 +0000
commitdef2b548d2ee5e33948350f7e3f47d485e35e22e (patch)
tree6d64151e6b80138cb2f191b7fe7ca946a5df78e0 /spec/spec_helper.rb
parent5652533a9cd1f64a932c565e3a0f9707ceec766b (diff)
downloadgitlab-ce-def2b548d2ee5e33948350f7e3f47d485e35e22e.tar.gz
Revert the "What's new" feature
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 72684caad32..97e7a019222 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -127,11 +127,6 @@ RSpec.configure do |config|
.and_return(false)
end
- config.before(:suite) do
- # Set latest release blog post URL for "What's new?" link
- Gitlab::ReleaseBlogPost.instance.instance_variable_set(:@url, 'https://about.gitlab.com')
- end
-
config.before(:example, :quarantine) do
# Skip tests in quarantine unless we explicitly focus on them.
skip('In quarantine') unless config.inclusion_filter[:quarantine]