Project activities restyled
This commit is contained in:
parent
05993f90e0
commit
97ba731574
7 changed files with 105 additions and 30 deletions
|
@ -78,13 +78,14 @@ describe "Projects" do
|
|||
current_path.should == project_path(@project)
|
||||
end
|
||||
|
||||
it "should beahave like activities page" do
|
||||
within ".project-update" do
|
||||
page.should have_content("master")
|
||||
page.should have_content(@project.commit.author.name)
|
||||
page.should have_content(@project.commit.safe_message)
|
||||
end
|
||||
end
|
||||
# TODO: replace with real one
|
||||
#it "should beahave like activities page" do
|
||||
#within ".project-update" 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