mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-07 15:24:56 -04:00
Correcting view test for posts
This commit is contained in:
@@ -45,7 +45,7 @@ describe "forums/index" do
|
||||
it "displays posts" do
|
||||
assert_select "table"
|
||||
rendered.should have_content @post.subject
|
||||
rendered.should have_content "less than a minute ago"
|
||||
rendered.should have_content Date.today.to_s(:short)
|
||||
end
|
||||
|
||||
it "displays comment count" do
|
||||
|
||||
Reference in New Issue
Block a user