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

Version Path
turbo-rails-0.5.3 test/drive/drive_helper_test.rb
turbo-rails-0.5.2 test/drive/drive_helper_test.rb
turbo-rails-0.5.1 test/drive/drive_helper_test.rb
turbo-rails-0.5.0 test/drive/drive_helper_test.rb