require 'test_helper' class NanocFuel::Helpers::FacebookTest < MiniTest::Unit::TestCase include NanocFuel::Helpers::Facebook def test_fb_init html = %q{ } assert_equal compact(html), compact(fb_init('12345')) end end