fix dashboard test
This commit is contained in:
parent
3f56202713
commit
a6b9931938
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ describe "Dashboard" do
|
|||
|
||||
it "should have news feed" do
|
||||
within "#news-feed" do
|
||||
page.should have_content("master")
|
||||
page.should have_content("commit")
|
||||
page.should have_content(@project.commit.author.name)
|
||||
page.should have_content(@project.commit.safe_message)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue