Bootstrap: application layout

This commit is contained in:
Dmitriy Zaporozhets 2012-01-28 00:51:02 +02:00
parent 05d76fc4d0
commit 7f6e41fa02
22 changed files with 951 additions and 204 deletions

View file

@ -42,7 +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 ".merge-tabs" do
within ".tabs" do
page.should have_content "Reopen"
end
end