summaryrefslogtreecommitdiff
path: root/spec/commands/config_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/commands/config_spec.rb')
-rw-r--r--spec/commands/config_spec.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/commands/config_spec.rb b/spec/commands/config_spec.rb
index b7a1d55172..fce6102c29 100644
--- a/spec/commands/config_spec.rb
+++ b/spec/commands/config_spec.rb
@@ -30,15 +30,6 @@ describe ".bundle/config" do
expect(bundled_app("../foo/config")).to exist
expect(the_bundle).to include_gems "rack 1.0.0"
end
-
- it "removes environment.rb from BUNDLE_APP_CONFIG's path" do
- FileUtils.mkdir_p(tmp("foo/bar"))
- ENV["BUNDLE_APP_CONFIG"] = tmp("foo/bar").to_s
- bundle "install"
- FileUtils.touch tmp("foo/bar/environment.rb")
- expect(the_bundle).to include_gems "rack 1.0.0"
- expect(tmp("foo/bar/environment.rb")).not_to exist
- end
end
describe "global" do