Commit 65274b1d authored by Tomasz Maczukin's avatar Tomasz Maczukin

Fix rubocop offences

parent c8861da7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment