summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-05 14:02:04 +0100
committerPhil Hughes <me@iamphill.com>2017-09-05 14:02:04 +0100
commit9477f4a881cb3c9a54f6abd9bc0a20f161c9e9b3 (patch)
treebff99aa31e93b2b683e9603cf82e4d415dae2a18
parent8f4ce0d6d46303bb79b647380b4bd81d8e9e3b39 (diff)
downloadgitlab-ce-9477f4a881cb3c9a54f6abd9bc0a20f161c9e9b3.tar.gz
removed comment from helper spec
-rw-r--r--spec/helpers/groups_helper_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/helpers/groups_helper_spec.rb b/spec/helpers/groups_helper_spec.rb
index a71450dcf8c..05f969904f5 100644
--- a/spec/helpers/groups_helper_spec.rb
+++ b/spec/helpers/groups_helper_spec.rb
@@ -93,7 +93,6 @@ describe GroupsHelper do
it 'outputs the groups in the correct order' do
expect(helper.group_title(very_deep_nested_group))
.to match(/<li style="text-indent: 16px;"><a.*>#{deep_nested_group.name}.*<\/li>.*<a.*>#{very_deep_nested_group.name}<\/a>/m)
- # expect(helper.group_title(very_deep_nested_group)).to match(/<\/li>.*<a.*>#{very_deep_nested_group.name}<\/a>/)
end
end
end