Update bundle (with newest rubocop version) and fix offenses
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
require 'rails_helper'
|
||||
|
||||
describe 'execution_environments/shell.html.slim' do
|
||||
let(:execution_environment) { FactoryBot.create(:ruby) }
|
||||
let(:execution_environment) { create(:ruby) }
|
||||
|
||||
before do
|
||||
assign(:execution_environment, execution_environment)
|
||||
|
Reference in New Issue
Block a user