Sha256: 07a7c8d8c7305b2620d39170a619dadc10f27712bb3e9372307f755fad162d07
Contents?: true
Size: 467 Bytes
Versions: 4
Compression:
Stored size: 467 Bytes
Contents
require 'simplecov' SimpleCov.start require 'rspec' require 'angellist_api' require 'timecop' RSpec.configure do |config| config.mock_with :rspec config.filter_run :focus => true config.run_all_when_everything_filtered = true config.color_enabled = true config.treat_symbols_as_metadata_keys_with_true_values = true end Dir['./spec/support/**/*.rb'].each { |f| require f } ROLES = %w[founder employee past_investor advisor incubator referrer customer]
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
angellist_api-1.0.7 | spec/spec_helper.rb |
angellist_api-1.0.6 | spec/spec_helper.rb |
angellist_api-1.0.5 | spec/spec_helper.rb |
angellist_api-1.0.4 | spec/spec_helper.rb |