Sha256: 8d833924bce739f057f8c2d816b7cab0940e201a51e76d49a129afe802ae027c

Contents?: true

Size: 252 Bytes

Versions: 2

Compression:

Stored size: 252 Bytes

Contents

require 'test_helper'

class HelperTest < ActionDispatch::IntegrationTest

  test 'should add google fonts tag' do
    get '/'
    assert_tag :tag => 'link', :attributes => { :href => 'http://fonts.googleapis.com/css?family=Open+Sans:300' }
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fonts-rails-0.0.2 test/helper_test.rb
fonts-rails-0.0.1 test/helper_test.rb