Sha256: 7c67f1046b51e91e2dd4ef7274304f0cb4d6715f9acb8f9e14dae6e8f3f6fc46
Contents?: true
Size: 421 Bytes
Versions: 6
Compression:
Stored size: 421 Bytes
Contents
require "bundler/setup" require "pry-byebug" Bundler.require(:default, :test) require (Pathname.new(__FILE__).dirname + '../lib/suspenders').expand_path Dir['./spec/support/**/*.rb'].each { |file| require file } RSpec.configure do |config| config.include SuspendersTestHelpers config.before(:all) do create_tmp_directory end config.before(:each) do FakeHeroku.clear! FakeGithub.clear! end end
Version data entries
6 entries across 6 versions & 1 rubygems