Fix rubocop offences

This commit is contained in:
Tomasz Maczukin 2016-08-31 19:38:01 +02:00
parent c8861da767
commit 65274b1db6
No known key found for this signature in database
GPG Key ID: 7E9EB2E4B0F625CD
1 changed files with 2 additions and 2 deletions

View File

@ -286,8 +286,8 @@ describe "Builds" do
end
context 'storage form' do
let (:existing_file) { Tempfile.new('existing-trace-file').path }
let (:non_existing_file) do
let(:existing_file) { Tempfile.new('existing-trace-file').path }
let(:non_existing_file) do
file = Tempfile.new('non-existing-trace-file')
path = file.path
file.unlink