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
|
@ -72,10 +72,13 @@ describe "Projects" do
|
|||
current_path.should == project_path(@project)
|
||||
end
|
||||
|
||||
it "should beahave like dashboard" do
|
||||
page.should have_content("History")
|
||||
it "should beahave like activities page" do
|
||||
within ".commit" do
|
||||
page.should have_content("master")
|
||||
page.should have_content(@project.commit.author.name)
|
||||
page.should have_content(@project.commit.safe_message)
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
describe "GET /projects/team" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue