There was an error while loading. Please reload this page.
2 parents 9a10026 + c577a7f commit 7e21899Copy full SHA for 7e21899
2 files changed
spec/runtime/setup_spec.rb
@@ -270,7 +270,7 @@ def clean_load_path(lp)
270
ruby "require 'bundler'; Bundler.setup"
271
expect(out).to include("Resolving dependencies...")
272
lockfile = File.read(bundled_app_lock)
273
- expect(lockfile).to include("CHECKSUMS\n myrack (1.0.0)\n")
+ expect(lockfile).to match(/^CHECKSUMS\n(?: .+\n)* myrack \(1\.0\.0\)\n/)
274
275
276
expect(out).not_to include("Resolving dependencies...")
test/rubygems/test_gem_specification.rb
@@ -710,6 +710,7 @@ def test_self_attribute_names
710
end
711
712
def test_self_dirs_equals_with_unresolved_deps
713
+ pend_for_ruby_box_stdio_capture
714
a = util_spec "a", 1
715
b = util_spec "b", 1
716
install_gem_user a
0 commit comments