Sha256: 4e8845e66de83ed002bfb80dd7aea4caee5b81061e68d4a480443418bc9b37e3
Contents?: true
Size: 233 Bytes
Versions: 4
Compression:
Stored size: 233 Bytes
Contents
require "turbo_test" class Turbo::DriveHelperTest < ActionDispatch::IntegrationTest test "opting out of the default cache" do get trays_path assert_select "meta", name: "turbo-cache-control", content: "no-cache" end end
Version data entries
4 entries across 4 versions & 1 rubygems