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:
authorJacob Vosmaer <jacob@gitlab.com>2017-03-17 13:18:56 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-03-21 16:55:41 +0300
commit6c3ce620a90d04275f941e9074b51e7bcdf65d50 (patch)
tree787a72755beb3e3884d74ffbddec8b0963031e57 /spec/tasks/gitlab/gitaly_rake_spec.rb
parent275b7797c1fa104e4a0b94823ed48ec7157a50a9 (diff)
Remove unnecessary before block
Diffstat (limited to 'spec/tasks/gitlab/gitaly_rake_spec.rb')
-rw-r--r--spec/tasks/gitlab/gitaly_rake_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/tasks/gitlab/gitaly_rake_spec.rb b/spec/tasks/gitlab/gitaly_rake_spec.rb
index 87c937cdc54..d95baddf546 100644
--- a/spec/tasks/gitlab/gitaly_rake_spec.rb
+++ b/spec/tasks/gitlab/gitaly_rake_spec.rb
@@ -9,9 +9,6 @@ describe 'gitlab:gitaly namespace rake task' do
let(:repo) { 'https://gitlab.com/gitlab-org/gitaly.git' }
let(:clone_path) { Rails.root.join('tmp/tests/gitaly').to_s }
let(:tag) { "v#{File.read(Rails.root.join(Gitlab::GitalyClient::SERVER_VERSION_FILE)).chomp}" }
- before do
- allow(ENV).to receive(:[])
- end
context 'no dir given' do
it 'aborts and display a help message' do