зеркало из https://github.com/github/ruby.git
Add anonymous module name spec.
This commit is contained in:
Родитель
5d53993a37
Коммит
4c3727c6ac
|
@ -6,6 +6,10 @@ describe "Module.new" do
|
|||
Module.new.is_a?(Module).should == true
|
||||
end
|
||||
|
||||
it "creates a module without a name" do
|
||||
Module.new.name.should be_nil
|
||||
end
|
||||
|
||||
it "creates a new Module and passes it to the provided block" do
|
||||
test_mod = nil
|
||||
m = Module.new do |mod|
|
||||
|
|
Загрузка…
Ссылка в новой задаче