diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2024-08-13 14:31:33 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2024-08-13 14:31:33 +0200 |
commit | 19d49f690c438327ee7cf4f5ce683b992333a279 (patch) | |
tree | 7572924b363f03e0ae9453424afd2ab637c653f0 /spec/spec_helper.rb | |
parent | bb448b1677f428b0d813232492f6ba02ddb33372 (diff) | |
download | zorglub-19d49f690c438327ee7cf4f5ce683b992333a279.zip zorglub-19d49f690c438327ee7cf4f5ce683b992333a279.tar.gz |
Content-Type -> content-type
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 079607b..4a323c9 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -72,7 +72,7 @@ class Node0 < Zorglub::Node def do_content_type engine! 'real' - response.headers['Content-Type'] = 'text/mine' + response.headers['content-type'] = 'text/mine' end def do_partial(_arg1, _arg2) |