mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
6d05967468
commit
ce9beb9d20
Notes:
git
2020-11-14 00:06:56 +09:00
4 changed files with 4 additions and 4 deletions
|
@ -95,7 +95,7 @@ describe "Class.new" do
|
|||
end
|
||||
|
||||
it "raises a TypeError when given a non-Class" do
|
||||
error_msg = /superclass must be a Class/
|
||||
error_msg = /superclass must be a.*Class/
|
||||
-> { Class.new("") }.should raise_error(TypeError, error_msg)
|
||||
-> { Class.new(1) }.should raise_error(TypeError, error_msg)
|
||||
-> { Class.new(:symbol) }.should raise_error(TypeError, error_msg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue