Sha256: 7e50810137b8e6de97542a6bcb9ad59e40c9b7b154913ec191eba42f6c044ad7
Contents?: true
Size: 531 Bytes
Versions: 12
Compression:
Stored size: 531 Bytes
Contents
@no-clobber Feature: Secure Headers Background: Given I have created the app "myapp" 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
12 entries across 12 versions & 1 rubygems