summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-19 15:13:53 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-19 17:21:23 +0100
commit3f06434770f4c05ccf9ea8c5467c971be518a6f6 (patch)
tree1e141fc99225a156854cfbdc21f5207e79c42cd1
parent42ca30343dbce29ba618d3cefda89f359406eb9c (diff)
downloadbundler-3f06434770f4c05ccf9ea8c5467c971be518a6f6.tar.gz
Remove undefined command
-rw-r--r--spec/commands/clean_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/commands/clean_spec.rb b/spec/commands/clean_spec.rb
index 955ce45937..feb08a40c2 100644
--- a/spec/commands/clean_spec.rb
+++ b/spec/commands/clean_spec.rb
@@ -646,8 +646,6 @@ RSpec.describe "bundle clean" do
bundle :install
- bundle "configuration --delete path"
-
bundle "clean --dry-run"
expect(out).not_to include("Removing foo (1.0)")