Skip to content

Commit

Permalink
clarify spec description
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Rossman authored and adamedx committed Oct 10, 2013
1 parent 89e2834 commit 76a97db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/plugins/gce_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
Socket.stub!(:pack_sockaddr_in).and_return(nil)
end

it "should properly parse json metadata" do
it "should recursively fetch and properly parse json metadata" do
@http_client.should_receive(:get).
with("/computeMetadata/v1beta1/?recursive=true/").
and_return(double("Net::HTTP Response", :body => '{"instance":{"hostname":"test-host"}}', :code=>"200"))
Expand Down

0 comments on commit 76a97db

Please sign in to comment.