Commit 15b121d603db92fe8f08bfb5e55530630e3da18c

Authored by Dmitriy Zaporozhets
2 parents afed5cb6 e8ff9ad2

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

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
features/steps/group/group.rb
... ... @@ -28,7 +28,7 @@ class Groups < Spinach::FeatureSteps
28 28  
29 29 Then 'I should see merge requests from this group assigned to me' do
30 30 assigned_to_me(:merge_requests).each do |issue|
31   - page.should have_content issue.title
  31 + page.should have_content issue.title[0..80]
32 32 end
33 33 end
34 34  
... ...