diff options
Diffstat (limited to 'spec/bundler/install/gemfile/install_if_spec.rb')
-rw-r--r-- | spec/bundler/install/gemfile/install_if_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/bundler/install/gemfile/install_if_spec.rb b/spec/bundler/install/gemfile/install_if_spec.rb index 441b309afe..96b7f07d16 100644 --- a/spec/bundler/install/gemfile/install_if_spec.rb +++ b/spec/bundler/install/gemfile/install_if_spec.rb @@ -39,7 +39,9 @@ RSpec.describe "bundle install with install_if conditionals" do CHECKSUMS #{checksum_for_repo_gem gem_repo1, "activesupport", "2.3.5"} + #{checksum_for_repo_gem gem_repo1, "foo", "1.0"} #{checksum_for_repo_gem gem_repo1, "rack", "1.0.0"} + #{checksum_for_repo_gem gem_repo1, "thin", "1.0"} BUNDLED WITH #{Bundler::VERSION} |