Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
zuchmanski committed Aug 12, 2024
1 parent fa55dae commit de47d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/castle/headers/filter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'User-Agent' => 'Mozilla 1234',
'Remote-Addr' => '1.2.3.4',
'X-Forwarded-For' => '1.2.3.4',
'Accept-Language.parser' => start_with("#<Proc")
'Accept-Language.parser' => start_with('#<Proc')
}
end
let(:request) { Rack::Request.new(env) }
Expand Down

0 comments on commit de47d9c

Please sign in to comment.