spec/growthforecast/client_spec.rb in growthforecast-client-0.62.4 vs spec/growthforecast/client_spec.rb in growthforecast-client-0.80.0
- old
+ new
@@ -160,10 +160,10 @@
context "#last_response" do
include_context "stub_list_graph" if ENV['MOCK'] == 'on'
before { @client.list_graph }
subject { @client.last_response }
- it { should be_kind_of HTTP::Message }
+ it { should be_kind_of Net::HTTPResponse }
end
context "#last_request_uri" do
include_context "stub_list_graph" if ENV['MOCK'] == 'on'
before { @client.list_graph }