Sha256: d4ebcf4154ff9bfc7cc42fbd4128747dce4357448e56cd7cad425bd52f5b1528

Contents?: true

Size: 363 Bytes

Versions: 3

Compression:

Stored size: 363 Bytes

Contents

require File.expand_path('../../unit_test_helper', __FILE__)

class InstagramTest < Test::Unit::TestCase
  def test_instagram_embed
    result = auto_html('http://instagram.com/p/WsQTLAGvx7/') { instagram }
    assert_equal '<iframe src="http://instagram.com/p/WsQTLAGvx7/embed" height="714" width="616" frameborder="0" scrolling="no"></iframe>', result
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
auto_html-1.6.4 test/unit/filters/instagram_test.rb
auto_html-1.6.3 test/unit/filters/instagram_test.rb
auto_html-1.6.2 test/unit/filters/instagram_test.rb