aboutsummaryrefslogtreecommitdiffstats
path: root/spec/commands
diff options
context:
space:
mode:
authorchrismo <chrismo@clabs.org>2016-10-22 20:06:22 -0500
committerchrismo <chrismo@clabs.org>2016-10-22 20:46:24 -0500
commitff068ade5ce9728bc0c2525fb47ca2d443168998 (patch)
tree9382a33e08b5f21feb157cbd92ed1a211a96d4ae /spec/commands
parent3ccc0db369267bb477608dfef3b0aa645eeceb33 (diff)
downloadbundler-ff068ade5ce9728bc0c2525fb47ca2d443168998.tar.gz
Clean up pending specs.
I should have cleaned these up in a prior PR, but no time like the present.
Diffstat (limited to 'spec/commands')
-rw-r--r--spec/commands/update_spec.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/commands/update_spec.rb b/spec/commands/update_spec.rb
index f5c155e7..63fe951c 100644
--- a/spec/commands/update_spec.rb
+++ b/spec/commands/update_spec.rb
@@ -526,8 +526,6 @@ describe "bundle update conservative" do
expect(the_bundle).to include_gems "foo 1.4.5", "bar 2.1.1", "qux 1.0.1"
end
-
- it "warns on minor or major increment elsewhere" ## include in prior test
end
context "minor preferred" do
@@ -536,10 +534,6 @@ describe "bundle update conservative" do
expect(the_bundle).to include_gems "foo 1.5.1", "bar 3.0.0", "qux 1.0.0"
end
-
- it "warns on major increment elsewhere" ## include in prior test
-
- it "warns when something unlocked doesn't update at all"
end
context "strict" do
@@ -652,10 +646,4 @@ describe "bundle update conservative" do
expect(out).to eq "Provide only one of the following options: minor, patch"
end
end
-
- context "other commands" do
- it "Installer could support --dry-run flag for install and update"
-
- it "outdated should conform its flags to the resolver flags"
- end
end