Sha256: f2a48e95531b952e3720092d26d46f3a98c754402ffea14a80d3e7a10a48dbea

Contents?: true

Size: 179 Bytes

Versions: 3

Compression:

Stored size: 179 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

RSpec.describe AutoHtml::Emoji do
  it 'converts emoji to HTML' do
    expect(subject.call(':joy:')).to eq('😂')
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
auto_html-2.2.0 spec/auto_html/emoji_spec.rb
auto_html-2.1.1 spec/auto_html/emoji_spec.rb
auto_html-2.1.0 spec/auto_html/emoji_spec.rb