Skip to content
Snippets Groups Projects
Commit 4d19a4fb authored by Cyril's avatar Cyril
Browse files
parent b08bb209
No related branches found
No related tags found
1 merge request!2249fix one of the possible causes of build failures
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment