Sha256: 17043f30219672cb3fb6ed4aad9c7dc26a0c970a634c2bc1b18a15eb898fe5f8
Contents?: true
Size: 330 Bytes
Versions: 1
Compression:
Stored size: 330 Bytes
Contents
# # spec_helper.rb # ConstantContact # # Copyright (c) 2013 Constant Contact. All rights reserved. $:.unshift File.join(File.dirname(__FILE__), *%w[.. lib]) require 'constantcontact' #require 'simplecov' #SimpleCov.start def load_file(file_name) json = File.read(File.join(File.dirname(__FILE__), 'fixtures', file_name)) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
constantcontact-1.1.0 | spec/spec_helper.rb |