Bootstrap: test fixes

This commit is contained in:
Dmitriy Zaporozhets 2012-01-30 00:43:14 +02:00
parent fca1ffb888
commit b51252e6ca
10 changed files with 14 additions and 24 deletions

View file

@ -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