Issue #185 – Show branch name for commits on activities & dashboard pages
This commit is contained in:
parent
c1c64d985e
commit
4dd5d9c8cc
8 changed files with 25 additions and 7 deletions
|
@ -22,6 +22,7 @@ describe "Dashboard" do
|
|||
|
||||
it "should have news feed" do
|
||||
within "#news-feed" do
|
||||
page.should have_content("master")
|
||||
page.should have_content(@project.commit.author.name)
|
||||
page.should have_content(@project.commit.safe_message)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue