Commit e8ff9ad2 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #2249 from jouve/fix_possible_spec_failure

fix one of the possible causes of build failures
parents d452ffc2 4d19a4fb
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment