diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2017-06-30 18:45:10 +0200 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2017-07-05 14:12:47 +0200 |
commit | 0a201f40bc1a8276e529d60812f59a21b0b99138 (patch) | |
tree | 1b94ab51acaf17432b784fcfbe482a5d95cea43d /spec/commands/install_spec.rb | |
parent | 128e070e181fd617192c2df6a09974f2344f23d4 (diff) | |
download | bundler-0a201f40bc1a8276e529d60812f59a21b0b99138.tar.gz |
Update specs for the specific platform being added to the lockfile
Also ensure the resolver processes specs in the correct order for error messages
Diffstat (limited to 'spec/commands/install_spec.rb')
-rw-r--r-- | spec/commands/install_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/commands/install_spec.rb b/spec/commands/install_spec.rb index 0e4d291210..a21b735f8e 100644 --- a/spec/commands/install_spec.rb +++ b/spec/commands/install_spec.rb @@ -401,7 +401,7 @@ RSpec.describe "bundle install with gem sources" do specs: PLATFORMS - ruby + #{lockfile_platforms} DEPENDENCIES @@ -425,7 +425,7 @@ RSpec.describe "bundle install with gem sources" do specs: PLATFORMS - ruby + #{lockfile_platforms} DEPENDENCIES |