Sha256: 55149895a40b1377e084bdc86494f97924132dfb015ebdc9128ceccb76b3b5d1
Contents?: true
Size: 281 Bytes
Versions: 1
Compression:
Stored size: 281 Bytes
Contents
require 'test_helper' class AnalyticsRailsTest < ActionDispatch::IntegrationTest test "should show include tag" do get '/' assert_response :success, 'request fail' assert response.body.include?("_gaq.push(['_setAccount', 'your-id']);"), 'no include tag' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
analytics-rails-0.0.6 | test/include_tag_test.rb |