File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ class ModuleSpecs::Autoload::HClass
155
155
ModuleSpecs ::Autoload . use_ex1 . should == :good
156
156
end
157
157
158
- it "does not load the file when refering to the constant in defined?" do
158
+ it "does not load the file when referring to the constant in defined?" do
159
159
module ModuleSpecs ::Autoload ::Q
160
160
autoload :R , fixture ( __FILE__ , "autoload.rb" )
161
161
defined? ( R ) . should == "constant"
@@ -179,7 +179,7 @@ module ModuleSpecs::Autoload::Q
179
179
ModuleSpecs ::Autoload . should have_constant ( :O )
180
180
end
181
181
182
- it "returns 'constant' on refering the constant with defined?()" do
182
+ it "returns 'constant' on referring the constant with defined?()" do
183
183
module ModuleSpecs ::Autoload ::Q
184
184
autoload :R , fixture ( __FILE__ , "autoload.rb" )
185
185
defined? ( R ) . should == 'constant'
You can’t perform that action at this time.
0 commit comments