summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2018-09-26 09:10:32 -0300
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2018-10-03 08:48:55 -0300
commita2987e1e2722b2719927e50124faae31ec490a5d (patch)
tree40ba675e5f7ee724404d4114791693760b687f0e
parent3d9e6167a7df9ca89a030dfe95c7cdff293e74a9 (diff)
downloadbundler-a2987e1e2722b2719927e50124faae31ec490a5d.tar.gz
Reword spec so it reads better
-rw-r--r--spec/commands/config_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/config_spec.rb b/spec/commands/config_spec.rb
index c76135d72c..180d0a1dd1 100644
--- a/spec/commands/config_spec.rb
+++ b/spec/commands/config_spec.rb
@@ -42,7 +42,7 @@ RSpec.describe ".bundle/config" do
end
end
- describe "BUNDLE_APP_CONFIG" do
+ describe "location" do
it "can be moved with an environment variable" do
ENV["BUNDLE_APP_CONFIG"] = tmp("foo/bar").to_s
bundle "install", forgotten_command_line_options(:path => "vendor/bundle")