mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo [ci skip]
This commit is contained in:
parent
ab1aa90c32
commit
bb955096d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue