Sha256: 4e61cac40215d9e8e81ca7bceee4cc31a34817a06670a1cfed4d89efd7852974
Contents?: true
Size: 393 Bytes
Versions: 6
Compression:
Stored size: 393 Bytes
Contents
require 'savon/mock/spec_helper' require 'json' require_relative '../lib/fastshop_catalog' require File.expand_path('../fastshop_catalog/participant_factory', __FILE__) FastshopCatalog::BaseService.log_level = :debug FastshopCatalog::BaseService::AUX_LOG.level = Logger::DEBUG if ENV['integration'] == 'false' RSpec.configure do |c| c.filter_run_excluding :integration => true end end
Version data entries
6 entries across 6 versions & 1 rubygems