Sha256: 751b6001aba0bbe352b11256a145297f803983e6e5923a3716b8295464de092a

Contents?: true

Size: 509 Bytes

Versions: 1

Compression:

Stored size: 509 Bytes

Contents

Feature: Secure Headers
  Background:
    Given I have created a app with pah

  Scenario: Have correct files
    Then I have the file app/controllers/application_controller.rb and contents of this file should include:
      """
      ensure_security_headers
      """
    Then I have a config/initializers/secure_headers.rb
    Then I have the file config/initializers/secure_headers.rb and contents of this file should include:
      """
      ::SecureHeaders::Configuration.configure do |config|
      """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pah-0.0.14 features/secure_headers.feature