Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRuiz committed Aug 30, 2019
1 parent 020726c commit b012fbe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion spec/nice_http/get_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
http = NiceHttp.new(server)
http.auto_redirect = true
resp = http.get(path)
p resp.keys
expect(resp.key?(:'set-cookie')).to eq true
expect(http.cookies["/"].key?("auth0")).to eq true
end
Expand Down
1 change: 0 additions & 1 deletion spec/nice_http/put_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@

request.values_for = {'job.position': "worker"}
resp = @http.put(request)
pp resp.data
expect(resp.code).to eq 200
expect(resp.data.json(:position)).to eq "worker"
end
Expand Down

0 comments on commit b012fbe

Please sign in to comment.