spec/unit/icon_spec.rb in prawn-icon-1.0.0 vs spec/unit/icon_spec.rb in prawn-icon-1.1.0
- old
+ new
@@ -96,10 +96,10 @@
context 'valid icon key' do
it 'should return a unicode character' do
pdf = create_pdf
icon = Prawn::Icon.new 'fa-arrows', pdf
- expect(valid_unicode?(icon.unicode)).to be_true
+ expect(valid_unicode?(icon.unicode)).to be true
end
end
context 'invalid icon key' do
it 'should raise IconNotFound' do
\ No newline at end of file