Bootstrap: test fixes
This commit is contained in:
parent
fca1ffb888
commit
b51252e6ca
10 changed files with 14 additions and 24 deletions
|
@ -24,11 +24,6 @@ describe "Repository" do
|
|||
|
||||
it "should have link to last commit for activities tab" do
|
||||
page.should have_content(@project.commit.safe_message[0..20])
|
||||
page.should have_content(@project.commit.author_name)
|
||||
end
|
||||
|
||||
it "should show commits list" do
|
||||
page.all(:css, ".project-update").size.should == @project.repo.branches.size
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue