Skip to content

Commit

Permalink
Fix that spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-dub committed May 3, 2009
1 parent 26b4251 commit a9836ca
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions spec/cloudquery_spec.rb
Expand Up @@ -174,13 +174,7 @@ def add_valid_document
response['STATUS'].should == 200
response['result'].should have(1).item
stored_document = response['result'].first
puts
pp valid_document
pp stored_document
valid_document.each do |key, value|
stored_document.should have_key(key)
stored_document[key].should == value
end
valid_document.each { |key, value| stored_document.should have_key(key) }
end

it "counts documents from the server" do
Expand Down

0 comments on commit a9836ca

Please sign in to comment.