removed comment from helper spec

This commit is contained in:
Phil Hughes 2017-09-05 14:02:04 +01:00
parent 8f4ce0d6d4
commit 9477f4a881

View file

@ -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