spec/fixtures/format.rb in quandl_format-0.1.1 vs spec/fixtures/format.rb in quandl_format-0.1.2

- old
+ new

@@ -41,11 +41,11 @@ source_code: 'SOURCE_CODE', name: 'Test Dataset Name 2', description: "Here is a description with multiple lines.\n This is the second line.", column_names: ['Date', 'Value', 'High', 'Low'], private: false, - display_url: 'http://test.com/', + reference_url: 'http://test.com/', data: Quandl::Data.new([["2013-11-20", "9.99470588235294", "11.003235294117646", "14.00164705882353"],["2013-11-19", "10.039388096885814", nil, "14.09718770934256"]]), } end def qdf_attributes_to_format @@ -54,10 +54,10 @@ name: Test Dataset Name 2 description: |- Here is a description with multiple lines. This is the second line. private: false -display_url: http://test.com/ +reference_url: http://test.com/ - Date,Value,High,Low 2013-11-20,9.99470588235294,11.003235294117646,14.00164705882353 2013-11-19,10.039388096885814,,14.09718770934256 }