summaryrefslogtreecommitdiff
path: root/spec/commands/binstubs_spec.rb
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-05-03 14:01:52 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-05-03 14:01:52 +0900
commit9b134993edc2875e457ddb3b5c4f05f09d84e25a (patch)
treeb66841b14446e41fa04f752e5b1fba30bea37f61 /spec/commands/binstubs_spec.rb
parentaf277266db3fac8c0dd52c8bb0bd2ba63ae78131 (diff)
downloadbundler-9b134993edc2875e457ddb3b5c4f05f09d84e25a.tar.gz
Specify `--require spec_helper` in .rspec
Diffstat (limited to 'spec/commands/binstubs_spec.rb')
-rw-r--r--spec/commands/binstubs_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/commands/binstubs_spec.rb b/spec/commands/binstubs_spec.rb
index cb0999348e..54f6992a39 100644
--- a/spec/commands/binstubs_spec.rb
+++ b/spec/commands/binstubs_spec.rb
@@ -1,5 +1,4 @@
# frozen_string_literal: true
-require "spec_helper"
RSpec.describe "bundle binstubs <gem>" do
context "when the gem exists in the lockfile" do