diff options
author | Asutosh Palai <asupalai@gmail.com> | 2016-05-26 17:58:58 +0530 |
---|---|---|
committer | Asutosh Palai <asupalai@gmail.com> | 2016-05-26 17:59:01 +0530 |
commit | 3202fb947ab4ce91169ac9ffc509696b4acbebbb (patch) | |
tree | 7c8b7d11b262edc2a697a542d4b0d868e3013789 /spec/plugins | |
parent | cb66151d1f8ebe788ed4a605e9bfc13f451dbe1f (diff) | |
download | bundler-3202fb947ab4ce91169ac9ffc509696b4acbebbb.tar.gz |
Shifted rubygems installation to bundler class
Diffstat (limited to 'spec/plugins')
-rw-r--r-- | spec/plugins/install.rb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/spec/plugins/install.rb b/spec/plugins/install.rb index e1d9d80498..33d3b58b9b 100644 --- a/spec/plugins/install.rb +++ b/spec/plugins/install.rb @@ -28,22 +28,6 @@ describe "bundler plugin install" do expect(out).to include("Installed plugin foo") end - it "shows error for plugins with dependencies" do - build_repo2 do - build_plugin "kung-foo" do |s| - s.add_dependency "rake" - end - end - - bundle "plugin install kung-foo --source file://#{gem_repo2}" - - expect(out).to include("Plugin dependencies are not supported") - - expect(out).not_to include("Installed plugin") - - expect(plugin_gems("kung-foo-1.0")).not_to be_directory - end - context "malformatted plugin" do it "fails when plugin.rb is missing" do build_repo2 do |