fixed rubocop
This commit is contained in:
parent
1d9540cc0d
commit
8b321679db
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue