summaryrefslogtreecommitdiff
path: root/spec/update
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/update
parentaf277266db3fac8c0dd52c8bb0bd2ba63ae78131 (diff)
downloadbundler-9b134993edc2875e457ddb3b5c4f05f09d84e25a.tar.gz
Specify `--require spec_helper` in .rspec
Diffstat (limited to 'spec/update')
-rw-r--r--spec/update/gems/post_install_spec.rb1
-rw-r--r--spec/update/git_spec.rb1
-rw-r--r--spec/update/path_spec.rb1
3 files changed, 0 insertions, 3 deletions
diff --git a/spec/update/gems/post_install_spec.rb b/spec/update/gems/post_install_spec.rb
index 5a4fe7f321..b9cbead53f 100644
--- a/spec/update/gems/post_install_spec.rb
+++ b/spec/update/gems/post_install_spec.rb
@@ -1,5 +1,4 @@
# frozen_string_literal: true
-require "spec_helper"
RSpec.describe "bundle update" do
let(:config) {}
diff --git a/spec/update/git_spec.rb b/spec/update/git_spec.rb
index 021c8c942b..fedd1b6e7e 100644
--- a/spec/update/git_spec.rb
+++ b/spec/update/git_spec.rb
@@ -1,5 +1,4 @@
# frozen_string_literal: true
-require "spec_helper"
RSpec.describe "bundle update" do
describe "git sources" do
diff --git a/spec/update/path_spec.rb b/spec/update/path_spec.rb
index 5ac4f7b1fe..38c125e04b 100644
--- a/spec/update/path_spec.rb
+++ b/spec/update/path_spec.rb
@@ -1,5 +1,4 @@
# frozen_string_literal: true
-require "spec_helper"
RSpec.describe "path sources" do
describe "bundle update --source" do