examples/search.rb in quandl_client-2.4.0 vs examples/search.rb in quandl_client-2.4.1

- old
+ new

@@ -5,10 +5,10 @@ include Quandl::Client Quandl::Client.use ENV['QUANDL_API_HOST'] # Quandl::Client.use 'http://staging.quandl.com/api/' -Quandl::Client.token = ENV['QUANDL_USER_TOKEN'] +Quandl::Client.token = ENV['QUANDL_TEST_TOKEN'] datasets = Dataset.query('water').all binding.pry \ No newline at end of file