Skip to content

Commit

Permalink
Fix typo in README (Articles -> Article)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonmaster9000 committed Apr 28, 2012
1 parent 4623ad1 commit 70dfecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -360,7 +360,7 @@ rendered.should xxx
Model specs live in spec/models. Model specs live in spec/models.


```ruby ```ruby
describe Articles do describe Article do
describe ".recent" do describe ".recent" do
it "includes articles published less than one week ago" do it "includes articles published less than one week ago" do
article = Article.create!(:published_at => Date.today - 1.week + 1.second) article = Article.create!(:published_at => Date.today - 1.week + 1.second)
Expand Down

0 comments on commit 70dfecd

Please sign in to comment.