Skip to content

Commit fb07247

Browse files
committed
no need to namespace the Configuration class
1 parent e1b4b59 commit fb07247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/secure_headers_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ module SecureHeaders
115115

116116
SecureHeaders.append_content_security_policy_directives(request, script_src: %w(anothercdn.com))
117117
new_config = SecureHeaders.config_for(request)
118-
expect(new_config).to_not be(SecureHeaders::Configuration.get)
118+
expect(new_config).to_not be(Configuration.get)
119119

120120
SecureHeaders.override_content_security_policy_directives(request, script_src: %w(yet.anothercdn.com))
121121
current_config = SecureHeaders.config_for(request)

0 commit comments

Comments
 (0)