Commit 8b321679 authored by Phil Hughes's avatar Phil Hughes

fixed rubocop

parent 1d9540cc
......@@ -246,8 +246,8 @@ describe BlobHelper do
describe '#ide_edit_path' do
let(:project) { create(:project) }
around(:each) do |example|
old_script_name = Rails.application.routes.default_url_options[:script_name]
around do |example|
old_script_name = Rails.application.routes.default_url_options[:script_name]
begin
example.run
ensure
......
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