Sha256: 32a8bce96dc336b410b4250f363962bc8092cc163d575c24311bfe0ae9092abb
Contents?: true
Size: 353 Bytes
Versions: 4
Compression:
Stored size: 353 Bytes
Contents
require File.expand_path('../spec_helper', __FILE__) describe YqlQuery::Source do before(:each) do @use_case = YqlQuery::Source.new('http://geodata.org/table.xml', 'geodata') end it "should be equivalent if both the source and as are equal" do @use_case.should == YqlQuery::Source.new('http://geodata.org/table.xml', 'geodata') end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
yql-query-1.1.1 | spec/yql_query_source_spec.rb |
yql-query-1.1.0 | spec/yql_query_source_spec.rb |
yql-query-1.0.1 | spec/yql_query_source_spec.rb |
yql-query-1.0.0 | spec/yql_query_source_spec.rb |