Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-06-07 05:07:47 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2017-06-07 05:07:47 +0300
commita924152219c1367bf494f3f387d050ac3ff2d7d3 (patch)
treefaba7b4f16dda3f94b9e1dc930e2c3bdaba629ab /spec/models/environment_spec.rb
parenta7e1205219387a6d24c8579994f73a33b3028010 (diff)
Remove unecessary before block
Diffstat (limited to 'spec/models/environment_spec.rb')
-rw-r--r--spec/models/environment_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/models/environment_spec.rb b/spec/models/environment_spec.rb
index 8c9d093fc48..c8709409cea 100644
--- a/spec/models/environment_spec.rb
+++ b/spec/models/environment_spec.rb
@@ -472,10 +472,6 @@ describe Environment, models: true do
describe '#has_additional_metrics??' do
subject { environment.has_additional_metrics? }
- before do
-
- end
-
context 'when the enviroment is available' do
context 'with a deployment service' do
let(:project) { create(:prometheus_project) }