Sha256: cf225f4962b4c0620b607673459314e79ca3e6c003188e3cdeec400582ae9920
Contents?: true
Size: 167 Bytes
Versions: 1
Compression:
Stored size: 167 Bytes
Contents
require 'test_helper' class IncludeTagTest < ActionDispatch::IntegrationTest test "should show include tag" do get '/' assert_response :success end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ads-rails-0.0.6 | test/include_tag_test.rb |