summaryrefslogtreecommitdiff
path: root/spec/cache
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/cache
parentaf277266db3fac8c0dd52c8bb0bd2ba63ae78131 (diff)
downloadbundler-9b134993edc2875e457ddb3b5c4f05f09d84e25a.tar.gz
Specify `--require spec_helper` in .rspec
Diffstat (limited to 'spec/cache')
-rw-r--r--spec/cache/cache_path_spec.rb1
-rw-r--r--spec/cache/gems_spec.rb1
-rw-r--r--spec/cache/git_spec.rb1
-rw-r--r--spec/cache/path_spec.rb1
-rw-r--r--spec/cache/platform_spec.rb1
5 files changed, 0 insertions, 5 deletions
diff --git a/spec/cache/cache_path_spec.rb b/spec/cache/cache_path_spec.rb
index c9ec4218ae..69d3809964 100644
--- a/spec/cache/cache_path_spec.rb
+++ b/spec/cache/cache_path_spec.rb
@@ -1,5 +1,4 @@
# frozen_string_literal: true
-require "spec_helper"
RSpec.describe "bundle package" do
before do
diff --git a/spec/cache/gems_spec.rb b/spec/cache/gems_spec.rb
index 7828c87fec..6283299b57 100644
--- a/spec/cache/gems_spec.rb
+++ b/spec/cache/gems_spec.rb
@@ -1,5 +1,4 @@
# frozen_string_literal: true
-require "spec_helper"
RSpec.describe "bundle cache" do
describe "when there are only gemsources" do
diff --git a/spec/cache/git_spec.rb b/spec/cache/git_spec.rb
index 31b3816a3b..d401afd5dd 100644
--- a/spec/cache/git_spec.rb
+++ b/spec/cache/git_spec.rb
@@ -1,5 +1,4 @@
# frozen_string_literal: true
-require "spec_helper"
RSpec.describe "git base name" do
it "base_name should strip private repo uris" do
diff --git a/spec/cache/path_spec.rb b/spec/cache/path_spec.rb
index bbce448759..61e2bcaa0a 100644
--- a/spec/cache/path_spec.rb
+++ b/spec/cache/path_spec.rb
@@ -1,5 +1,4 @@
# frozen_string_literal: true
-require "spec_helper"
%w(cache package).each do |cmd|
RSpec.describe "bundle #{cmd} with path" do
diff --git a/spec/cache/platform_spec.rb b/spec/cache/platform_spec.rb
index ed80c949aa..cb2b610436 100644
--- a/spec/cache/platform_spec.rb
+++ b/spec/cache/platform_spec.rb
@@ -1,5 +1,4 @@
# frozen_string_literal: true
-require "spec_helper"
RSpec.describe "bundle cache with multiple platforms" do
before :each do