Sha256: 5976e507378f022d64f5c567ac13a63f2e7e57de73909a535df789a2fef506ba

Contents?: true

Size: 219 Bytes

Versions: 9

Compression:

Stored size: 219 Bytes

Contents

require 'simplecov'
SimpleCov.start 'rails'

require 'bundler/setup'
Bundler.setup

require 'rspec'
require 'rspec/its'
require 'yaml'
require 'json'

Dir[File.dirname(__FILE__) + '/support/*.rb'].each { |f| require f }

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
contentful-importer-0.2.2 spec/spec_helper.rb
contentful-importer-0.2.1 spec/spec_helper.rb
contentful-importer-0.2.0 spec/spec_helper.rb
database-exporter-0.0.2 spec/spec_helper.rb
contentful-importer-0.1.1 spec/spec_helper.rb
contentful-importer-0.1.0 spec/spec_helper.rb
contentful-importer-0.0.2 spec/spec_helper.rb
contentful-importer-0.0.1 spec/spec_helper.rb
database-exporter-0.0.1 spec/spec_helper.rb