spec/model/has_description_spec.rb in ronin-1.0.0.pre3 vs spec/model/has_description_spec.rb in ronin-1.0.0.pre4
- old
+ new
@@ -12,10 +12,10 @@
it "should define a description property" do
subject.properties.should be_named(:description)
end
- describe "description" do
+ describe "#description" do
let(:resource) { DescribedModel.new }
it "should allow the setting of the description" do
resource.description = 'test one'
resource.description.should == 'test one'