spec/readme_spec.rb in with_model-0.1.5 vs spec/readme_spec.rb in with_model-0.2

- old
+ new

@@ -40,17 +40,9 @@ it "can be accessed as a constant" do BlogPost.should be end - it "can be accessed as a local variable" do - blog_post.should be - end - - it "can be accessed as an instance variable" do - @blog_post.should be - end - it "has the module" do BlogPost.include?(SomeModule).should be_true end it "has the class method" do