spec/growthforecast/client_spec.rb in growthforecast-client-0.80.0 vs spec/growthforecast/client_spec.rb in growthforecast-client-0.80.1
- old
+ new
@@ -151,13 +151,9 @@
after { client.delete_complex_by_id(id) }
end
describe 'http://blog.64p.org/?page=1366971426' do
before { @client ||= client }
- context "#client=" do
- before { @client.client = HTTPClient.new(agent_name: 'TestAgent/0.1') }
- it { @client.client.agent_name.should == 'TestAgent/0.1' }
- end
context "#last_response" do
include_context "stub_list_graph" if ENV['MOCK'] == 'on'
before { @client.list_graph }
subject { @client.last_response }