Skip to content
This repository was archived by the owner on Feb 9, 2019. It is now read-only.

Commit 9225358

Browse files
author
Jered Odegard
committed
Updated blog_post spec to read better
1 parent ffe2ec2 commit 9225358

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Gemfile.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
PATH
2+
remote: .
3+
specs:
4+
heritage (0.3.1)
5+
6+
GEM
7+
remote: http://rubygems.org/
8+
specs:
9+
10+
PLATFORMS
11+
ruby
12+
13+
DEPENDENCIES
14+
heritage!

heritage_demo/spec/models/blog_post_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
describe BlogPost do
44
let(:blog_post) { Factory(:blog_post) }
55

6-
it "should inherit title attribute" do
6+
it "should inherit attributes" do
77
blog_post.should respond_to :title
88
end
99

0 commit comments

Comments
 (0)