Merge branch 'master' of github.com:gitlabhq/gitlabhq

5-0-stable
Dmitriy Zaporozhets 2013-02-28 17:10:06 +02:00
commit 15b121d603
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Groups < Spinach::FeatureSteps
Then 'I should see merge requests from this group assigned to me' do
assigned_to_me(:merge_requests).each do |issue|
page.should have_content issue.title
page.should have_content issue.title[0..80]
end
end