spec/models/bookmark_spec.rb in enju_bookmark-0.1.2.pre14 vs spec/models/bookmark_spec.rb in enju_bookmark-0.1.2.pre15
- old
+ new
@@ -4,10 +4,10 @@
describe Bookmark do
#pending "add some examples to (or delete) #{__FILE__}"
fixtures :all
it "should be shelved" do
- bookmarks(:bookmark_00001).shelved?.should be_true
+ bookmarks(:bookmark_00001).shelved?.should be_truthy
end
it "should create bookmark with url" do
old_manifestation_count = Manifestation.count
old_item_count = Item.count