mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed broken ruby/spec related a53ab897c3
This commit is contained in:
parent
746812ee96
commit
d7887b05d8
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ describe "Object#to_yaml" do
|
|||
end
|
||||
|
||||
it "returns the YAML representation of a Error object" do
|
||||
StandardError.new("foobar").to_yaml.should match_yaml("--- !ruby/exception:StandardError\nmessage: foobar\n")
|
||||
StandardError.new("foobar").to_yaml.should match_yaml("--- !ruby/exception:StandardError\nmessage: foobar\nbacktrace: \n")
|
||||
end
|
||||
|
||||
it "returns the YAML representation for Range objects" do
|
||||
|
|
Loading…
Add table
Reference in a new issue