This commit is contained in:
Kazuhiro NISHIYAMA 2022-01-23 21:56:39 +09:00
Родитель ab1aa90c32
Коммит bb955096d8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 262ED8DBB4222F7A
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -29,7 +29,7 @@ describe "Module#const_added" do
ScratchPad.recorded.should == [:TEST]
end
it "is called when a new constant is assigned on self throught const_set" do
it "is called when a new constant is assigned on self through const_set" do
ScratchPad.record []
mod = Module.new do