Sha256: 2569145b259aed8f3985f74fbbbb9ff5d88e7aaa797ac7d54367fdf147bd28e4

Contents?: true

Size: 179 Bytes

Versions: 13

Compression:

Stored size: 179 Bytes

Contents

if ENV['COVERAGE']
  require 'simplecov'
  SimpleCov.start
end

$:.unshift File.join(File.dirname(__FILE__), *%w[.. lib])

require "rspec"
require "quandl/operation"
require 'pry'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
quandl_operation-0.4.1 spec/spec_helper.rb
quandl_operation-0.4.0 spec/spec_helper.rb
quandl_operation-0.3.2 spec/spec_helper.rb
quandl_operation-0.3.1 spec/spec_helper.rb
quandl_operation-0.3.0 spec/spec_helper.rb
quandl_operation-0.2.1 spec/spec_helper.rb
quandl_operation-0.2.0 spec/spec_helper.rb
quandl_operation-0.1.23 spec/spec_helper.rb
quandl_operation-0.1.22 spec/spec_helper.rb
quandl_operation-0.1.21 spec/spec_helper.rb
quandl_operation-0.1.20 spec/spec_helper.rb
quandl_operation-0.1.19 spec/spec_helper.rb
quandl_operation-0.1.18 spec/spec_helper.rb