spec/maintain_spec.rb in maintain-0.1.1 vs spec/maintain_spec.rb in maintain-0.1.2

- old
+ new

@@ -10,10 +10,10 @@ end end # Basic overview / class methods it "should extend things that include it" do - MaintainTest.should respond_to(:maintains) + MaintainTest.should respond_to(:maintain) end it "should alias the maintain method as `maintains`" do MaintainTest.should respond_to(:maintains) end \ No newline at end of file