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

@ -42,9 +42,7 @@ describe "MergeRequests" do
it { should have_content(@merge_request.title[0..10]) }
it "Show page should inform user that merge request closed" do
within ".tabs" do
page.should have_content "Reopen"
end
page.should have_content "Reopen"
end
end
end