diff options
author | Koichi ITO <koic.ito@gmail.com> | 2017-05-03 14:01:52 +0900 |
---|---|---|
committer | Koichi ITO <koic.ito@gmail.com> | 2017-05-03 14:01:52 +0900 |
commit | 9b134993edc2875e457ddb3b5c4f05f09d84e25a (patch) | |
tree | b66841b14446e41fa04f752e5b1fba30bea37f61 /spec/update | |
parent | af277266db3fac8c0dd52c8bb0bd2ba63ae78131 (diff) | |
download | bundler-9b134993edc2875e457ddb3b5c4f05f09d84e25a.tar.gz |
Specify `--require spec_helper` in .rspec
Diffstat (limited to 'spec/update')
-rw-r--r-- | spec/update/gems/post_install_spec.rb | 1 | ||||
-rw-r--r-- | spec/update/git_spec.rb | 1 | ||||
-rw-r--r-- | spec/update/path_spec.rb | 1 |
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 |