spec/integration/published_spec.rb in dm-is-published-0.0.2 vs spec/integration/published_spec.rb in dm-is-published-0.0.3

- old
+ new

@@ -159,9 +159,18 @@ Article.all(:live, :title => "Dummy Article 1" ).size.should == 1 end end #/ #self.all + describe "#first" do + + it "should description" do + # Article.first.should == '' + # Article.first(:title => "Live Article").should == '' + end + + end #/ #first + end #/ Class Methods describe "Instance Methods" do describe "#publish_status" do