diff options
author | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-06-07 04:07:47 +0200 |
---|---|---|
committer | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-06-07 04:07:47 +0200 |
commit | a924152219c1367bf494f3f387d050ac3ff2d7d3 (patch) | |
tree | faba7b4f16dda3f94b9e1dc930e2c3bdaba629ab /spec | |
parent | a7e1205219387a6d24c8579994f73a33b3028010 (diff) | |
download | gitlab-ce-a924152219c1367bf494f3f387d050ac3ff2d7d3.tar.gz |
Remove unecessary before block
Diffstat (limited to 'spec')
-rw-r--r-- | spec/models/environment_spec.rb | 4 |
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) } |