spec/models/shelf_spec.rb in enju_library-0.1.0.pre32 vs spec/models/shelf_spec.rb in enju_library-0.1.0.pre33
- old
+ new
@@ -3,11 +3,11 @@
describe Shelf do
fixtures :all
it "should respond to web_shelf" do
- shelves(:shelf_00001).web_shelf?.should be_true
- shelves(:shelf_00002).web_shelf?.should_not be_true
+ shelves(:shelf_00001).web_shelf?.should be_truthy
+ shelves(:shelf_00002).web_shelf?.should_not be_truthy
end
end
# == Schema Information
#