Skip to content

Commit

Permalink
Add pending specs
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedap committed Nov 7, 2014
1 parent bebf99b commit 77c3c87
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions workflow/spec/font_awesome_spec.rb
Expand Up @@ -10,6 +10,14 @@
expect(actual).to be false
end

describe '.argv' do
it 'returns the ARGV object'
end

describe '.css_class_name' do
it 'returns the css class name'
end

describe '.to_character_reference' do
it 'returns the character reference' do
actual = FontAwesome.to_character_reference('f000')
Expand All @@ -25,6 +33,10 @@
end
end

describe '.url' do
it 'returns the Font Awesome URL'
end

describe '#icons' do
let(:icons) { FontAwesome.new.icons }

Expand Down

0 comments on commit 77c3c87

Please sign in to comment.