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

fixed rubocop

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