Skip to content

Commit

Permalink
Fix request specs. (Add coding: utf-8 header)
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Aug 19, 2015
1 parent 031a277 commit 59f3db6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/lib/http/request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding: utf-8

RSpec.describe HTTP::Request do
let(:proxy) { {} }
let(:headers) { {:accept => "text/html"} }
Expand Down

0 comments on commit 59f3db6

Please sign in to comment.