diff options
author | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2018-06-15 19:32:49 +0900 |
---|---|---|
committer | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2018-06-15 19:56:27 +0900 |
commit | 033ed33b204ca01215c6191196be16ef9dd57682 (patch) | |
tree | dbb7ef164b2fe6b099226a4c2e4a8fc9add25e60 /spec/install/gemfile | |
parent | b6d5d9d4a1724ffe220057a2771c10830239ae23 (diff) | |
download | bundler-033ed33b204ca01215c6191196be16ef9dd57682.tar.gz |
Diffstat (limited to 'spec/install/gemfile')
-rw-r--r-- | spec/install/gemfile/gemspec_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gemfile/gemspec_spec.rb b/spec/install/gemfile/gemspec_spec.rb index 61bb3cbc88..7ce037730e 100644 --- a/spec/install/gemfile/gemspec_spec.rb +++ b/spec/install/gemfile/gemspec_spec.rb @@ -543,7 +543,7 @@ RSpec.describe "bundle install from an existing gemspec" do context "as a runtime dependency" do it "keeps java dependencies in the lockfile" do expect(the_bundle).to include_gems "foo 1.0", "platform_specific 1.0 RUBY" - expect(lockfile).to eq nomalize_uri_file(strip_whitespace(<<-L)) + expect(lockfile).to eq normalize_uri_file(strip_whitespace(<<-L)) GEM remote: file://localhost#{gem_repo2}/ specs: |