Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit d7d8053

Browse files
authored
Merge pull request #321 from trofi/master
object_formatter_spec.rb: fix tests on ia64
2 parents abc4124 + 5a04bb1 commit d7d8053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rspec/support/object_formatter_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def self.to_s
197197
end
198198
else
199199
it "produces an output emulating MRI's #inspect-like output generated by C implementation" do
200-
expect(output).to match(/\A#<BasicObject:0x[0-9a-f]{14}>\z/)
200+
expect(output).to match(/\A#<BasicObject:0x[0-9a-f]{14,16}>\z/)
201201
end
202202
end
203203
end

0 commit comments

Comments
 (0)