Sha256: 7dd898b1003552f85e4f06246dec5655e1164008ac587e119570b2ae34f76845

Contents?: true

Size: 231 Bytes

Versions: 3

Compression:

Stored size: 231 Bytes

Contents

require 'test_helper'

class FrameOptionsTest < ActiveSupport::TestCase
  test "includes the Rack::Protection::FrameOptions middleware" do
    assert_includes Dummy::Application.middleware, Rack::Protection::FrameOptions
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
heroku_standard_config-0.0.3 test/frame_options_test.rb
heroku_standard_config-0.0.2 test/frame_options_test.rb
heroku_standard_config-0.0.1 test/frame_options_test.rb