aboutsummaryrefslogtreecommitdiffstats
path: root/spec/plugins/install.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/plugins/install.rb')
-rw-r--r--spec/plugins/install.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/plugins/install.rb b/spec/plugins/install.rb
index 08f055e7..03868832 100644
--- a/spec/plugins/install.rb
+++ b/spec/plugins/install.rb
@@ -9,14 +9,6 @@ describe "bundler plugin install" do
end
end
- it "fails when source in not provided" do
- bundle "plugin install foo"
-
- expect(out).to include("You need to provide the source")
-
- expect(out).not_to include("Installed plugin")
- end
-
it "shows propper message when gem in not found in the source" do
bundle "plugin install no-foo --source file://#{gem_repo1}"