Skip to content

Commit b8fdc55

Browse files
committed
XDownloadOptions spec referenced wrong class
1 parent 97e1751 commit b8fdc55

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)