Sha256: 113438b100f113b6b8e9b2f7950391d668563ff4c40724786657f836bec5d522
Contents?: true
Size: 519 Bytes
Versions: 5
Compression:
Stored size: 519 Bytes
Contents
$:.unshift File.join(File.dirname(__FILE__), *%w[.. lib]) ENV['QUANDL_TOKEN'] = ENV['QUANDL_TEST_TOKEN'] ENV['QUANDL_URL'] = ENV['QUANDL_TEST_URL'] require "rspec" require 'factory_girl' require 'pry' require 'commander' require 'quandl/command' # disable log output Quandl::Logger.use(Quandl::Logger::Outputs) factory_dir = File.join( File.dirname(__FILE__), 'factories/**/*.rb' ) Dir.glob( factory_dir ).each{|f| require(f); puts f } RSpec.configure do |config| config.include FactoryGirl::Syntax::Methods end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
quandl-0.2.27 | spec/spec_helper.rb |
quandl-0.2.26 | spec/spec_helper.rb |
quandl-0.2.25 | spec/spec_helper.rb |
quandl-0.2.24 | spec/spec_helper.rb |
quandl-0.2.22 | spec/spec_helper.rb |