Home tab added, Repository tab removed\n Ability to download branch

This commit is contained in:
Dmitriy Zaporozhets 2012-02-20 08:39:03 +02:00
parent 40ac2ebc21
commit 5f4a7c3e04
22 changed files with 125 additions and 94 deletions

View file

@ -18,10 +18,6 @@ describe "Repository" do
current_path.should == project_repository_path(@project)
end
it "should have link to repo activities" do
page.should have_content("Activities")
end
it "should have link to last commit for activities tab" do
page.should have_content(@project.commit.safe_message[0..20])
end