Fixed migration, test for MR

This commit is contained in:
Dmitriy Zaporozhets 2012-03-15 19:39:03 +02:00
parent 5a3f23f395
commit a4993f16c0
3 changed files with 18 additions and 4 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
page.should have_content "Reopen"
page.should have_content "Closed"
end
end
end