Remove unnecessary before block
This commit is contained in:
parent
275b7797c1
commit
6c3ce620a9
2 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -9,9 +9,6 @@ describe 'gitlab:workhorse namespace rake task' do
|
|||
let(:repo) { 'https://gitlab.com/gitlab-org/gitlab-workhorse.git' }
|
||||
let(:clone_path) { Rails.root.join('tmp/tests/gitlab-workhorse').to_s }
|
||||
let(:tag) { "v#{File.read(Rails.root.join(Gitlab::Workhorse::VERSION_FILE)).chomp}" }
|
||||
before do
|
||||
allow(ENV).to receive(:[])
|
||||
end
|
||||
|
||||
context 'no dir given' do
|
||||
it 'aborts and display a help message' do
|
||||
|
|
Loading…
Reference in a new issue