mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@9a501a8
This commit is contained in:
parent
d070523e7b
commit
a66bc2c011
41 changed files with 699 additions and 639 deletions
|
@ -57,7 +57,7 @@ describe "Kernel#autoload" do
|
|||
end
|
||||
|
||||
describe "when Object is frozen" do
|
||||
it "raises a FrozenError before defining the constant" do
|
||||
it "raises a #{frozen_error_class} before defining the constant" do
|
||||
ruby_exe(fixture(__FILE__, "autoload_frozen.rb")).should == "#{frozen_error_class} - nil"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue