features/secure_headers.feature in pah-0.0.27 vs features/secure_headers.feature in pah-0.0.28

- old
+ new

@@ -2,13 +2,9 @@ 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| """