Sha256: 9b3106e5ce9e1d3a1848ab6f1396b46be08ef85dbd238d8eb056d6e4f7d55220

Contents?: true

Size: 600 Bytes

Versions: 4

Compression:

Stored size: 600 Bytes

Contents

# -*- encoding : utf-8 -*-
# require 'codeclimate-test-reporter'
# CodeClimate::TestReporter.start

require "decko" # only for card_gem_root
require File.join Decko.card_gem_root, "spec/support/card_spec_loader.rb"

CardSpecLoader.init

CardSpecLoader.prefork do
  if defined?(Bundler)
    Bundler.require(:test)
    # if simplecov is activated in the Gemfile, it has to be required here
  end
  #  FIXTURES_PATH = File.dirname(__FILE__) + '/../fixtures'
  CardSpecLoader.rspec_config
end

CardSpecLoader.each_run do
  # This code will be run each time you run your specs.
end

CardSpecLoader.helper

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
decko-0.3.0 lib/decko/mods_spec_helper.rb
decko-0.2.2 lib/decko/mods_spec_helper.rb
decko-0.2.1 lib/decko/mods_spec_helper.rb
decko-0.2 lib/decko/mods_spec_helper.rb