Sha256: 02aa13933c9acf738d1001dbb5dec46c03ee330d3494600451a1f3ff7adfd4e6
Contents?: true
Size: 253 Bytes
Versions: 1
Compression:
Stored size: 253 Bytes
Contents
require 'test_helper' class HelpersTest < 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fonts-rails-0.0.3 | test/helpers_test.rb |