Sha256: b19bb37d3bbd5cf32d7aea3544f372624c7da40890f5a51ee36191db8670b2fd
Contents?: true
Size: 255 Bytes
Versions: 3
Compression:
Stored size: 255 Bytes
Contents
require 'simplecov' SimpleCov.start require 'rubygems' require 'bundler/setup' require 'pry' require 'faker' RSpec.configure do |config| Dir["#{File.dirname(__FILE__)}/../lib/sendgrid-ruby.rb"].sort.each { |ext| require ext } config.color = true end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sendgrid-ruby-6.3.4 | spec/spec_helper.rb |
sendgrid-ruby-6.3.3 | spec/spec_helper.rb |
sendgrid-ruby-6.3.2 | spec/spec_helper.rb |