From 5687d01121f7e442a13b7b8caf2489811a3f4548 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sat, 15 Jul 2017 19:11:50 +0900 Subject: [RuboCop] Enable Layout/EmptyLineAfterMagicComment cop --- spec/bundler/installer/spec_installation_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/bundler/installer/spec_installation_spec.rb') diff --git a/spec/bundler/installer/spec_installation_spec.rb b/spec/bundler/installer/spec_installation_spec.rb index 811e69bfa1..a9cf09a372 100644 --- a/spec/bundler/installer/spec_installation_spec.rb +++ b/spec/bundler/installer/spec_installation_spec.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + require "bundler/installer/parallel_installer" RSpec.describe Bundler::ParallelInstaller::SpecInstallation do -- cgit v1.2.1