summaryrefslogtreecommitdiff
path: root/spec/bundler/cli_spec.rb
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-07-15 19:11:50 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-07-16 15:12:53 +0900
commit5687d01121f7e442a13b7b8caf2489811a3f4548 (patch)
treece4a20c76b7730326c9e77d672f4be82fa7d95ee /spec/bundler/cli_spec.rb
parent9e42c6096a65308c6084b42d4dfceddf7ac13444 (diff)
downloadbundler-5687d01121f7e442a13b7b8caf2489811a3f4548.tar.gz
[RuboCop] Enable Layout/EmptyLineAfterMagicComment cop
Diffstat (limited to 'spec/bundler/cli_spec.rb')
-rw-r--r--spec/bundler/cli_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/bundler/cli_spec.rb b/spec/bundler/cli_spec.rb
index 5df50c94ec..1bc1b59610 100644
--- a/spec/bundler/cli_spec.rb
+++ b/spec/bundler/cli_spec.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
require "bundler/cli"
RSpec.describe "bundle executable" do