diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2017-04-06 23:58:43 -0500 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2017-04-07 12:03:15 -0500 |
commit | ada8798a3f3eb380dc4c00f0f7d017d190693df2 (patch) | |
tree | 8f81c042eb0e756bedce0e0664327d64db4b2e4e /spec | |
parent | 425fc28bb8cf7254996b4c445e66cfab67c8543f (diff) | |
download | bundler-ada8798a3f3eb380dc4c00f0f7d017d190693df2.tar.gz |
[StubSpecification] Assign source when materializing the full spec
Diffstat (limited to 'spec')
-rw-r--r-- | spec/bundler/plugin/installer_spec.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/bundler/plugin/installer_spec.rb b/spec/bundler/plugin/installer_spec.rb index 2454ef00f9..e8d5941e33 100644 --- a/spec/bundler/plugin/installer_spec.rb +++ b/spec/bundler/plugin/installer_spec.rb @@ -54,7 +54,8 @@ RSpec.describe Bundler::Plugin::Installer do end it "returns the installed spec after installing" do - expect(result["ga-plugin"]).to be_kind_of(Gem::Specification) + spec = result["ga-plugin"] + expect(spec.full_name).to eq "ga-plugin-1.0" end it "has expected full gem path" do |