diff options
author | Cyril <jv.cyril@gmail.com> | 2012-12-10 16:56:12 +0100 |
---|---|---|
committer | Cyril <jv.cyril@gmail.com> | 2013-01-17 12:24:26 +0100 |
commit | 4d19a4fbebab7c240834fea73087a61725596932 (patch) | |
tree | 73b7b35c8d54d1114d993c29ae4d541005f67904 /features | |
parent | b08bb209795dfc4b764679016f43cd483298f52c (diff) | |
download | gitlab-ce-4d19a4fbebab7c240834fea73087a61725596932.tar.gz |
fix build failure
(https://travis-ci.org/gitlabhq/gitlabhq/builds/3593153)
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/group/group.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/group/group.rb b/features/steps/group/group.rb index 04d8c874b3e..03d4ccae61e 100644 --- a/features/steps/group/group.rb +++ b/features/steps/group/group.rb @@ -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 |