Sha256: 941ff9d0e5f6443106106a588cb9f0694492140b8695c72bcc285fbd7b6edc3b
Contents?: true
Size: 463 Bytes
Versions: 4
Compression:
Stored size: 463 Bytes
Contents
require 'bundler/setup' require "codeclimate-test-reporter" CodeClimate::TestReporter.start Bundler.require(:default, :test) require (Pathname.new(__FILE__).dirname + '../lib/slining').expand_path Dir['./spec/support/**/*.rb'].each { |file| require file } RSpec.configure do |config| config.include SliningTestHelpers config.before(:all) do add_fakes_to_path create_tmp_directory end config.before(:each) do FakeGithub.clear! end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
slining-1.5.0 | spec/spec_helper.rb |
slining-1.4.0 | spec/spec_helper.rb |
slining-1.3.0 | spec/spec_helper.rb |
slining-1.2.0 | spec/spec_helper.rb |