Skip to content

Commit c3c0479

Browse files
committed
Merge pull request #122 from stve/x-download-options-typo
XDownloadOptions spec referenced wrong class
2 parents 97e1751 + b8fdc55 commit c3c0479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/secure_headers/headers/x_download_options_spec.rb

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

2525
it "doesn't accept anything besides noopen" do
2626
expect {
27-
XContentTypeOptions.new("open")
27+
XDownloadOptions.new("open")
2828
}.to raise_error
2929
end
3030
end

0 commit comments

Comments
 (0)