Sha256: cb2414ff785656c79c20455c1ffd0d8905fe402742dae58bcb30bb411b45521d
Contents?: true
Size: 376 Bytes
Versions: 16
Compression:
Stored size: 376 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper') describe GeocoderResponse do #before(:each) do # @geocoder_response = Geocoder.new #end it "should initialize multiple objects form array" do array = [1,2,3] array.size.times do GeocoderResponse.should_receive(:from_hash) end GeocoderResponse.from_array(array) end end
Version data entries
16 entries across 16 versions & 1 rubygems