Sha256: 5df6d2c49c03275c597d8fb03a33abf95a21f200d000b5fa332f095fd4d971ab
Contents?: true
Size: 232 Bytes
Versions: 2
Compression:
Stored size: 232 Bytes
Contents
require 'test_helper' class IncludeTagTest < ActionDispatch::IntegrationTest test "should show include tag" do get '/' assert_response :success assert response.body.include?("google_ad_client = 'client'") end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ads-rails-0.0.5 | test/include_tag_test.rb |
ads-rails-0.0.4 | test/include_tag_test.rb |