Commit 65b2832e authored by Doug Stull's avatar Doug Stull

Add real use case for options

parent 98b762cb
......@@ -3,4 +3,4 @@
%li
= link_to profile_pipeline_quota_path, class: 'ci-minutes-emoji' do
= s_("CurrentUser|Buy CI minutes")
= emoji_icon('clock9')
= emoji_icon('clock9', 'aria-hidden': true)
......@@ -3,8 +3,6 @@
require 'spec_helper'
describe EmojiHelper do
# include UploadHelpers
describe '#emoji_icon' do
let(:options) { {} }
let(:emoji_text) { 'rocket' }
......
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