diff --git a/spec/settingslogic_spec.rb b/spec/settingslogic_spec.rb index 34e4798..2f4502f 100644 --- a/spec/settingslogic_spec.rb +++ b/spec/settingslogic_spec.rb @@ -165,7 +165,7 @@ class NoSource < Settingslogic; end end # If .name is a property, respond with that instead of delegating to superclass - it "should allow a name setting to be overriden" do + it "should allow a name setting to be overridden" do Settings.name.should == 'test' end