Sha256: 000b1d32e739d57acc910a406ab0262f1b3af374d8d8dde6631c816412dcd966
Contents?: true
Size: 480 Bytes
Versions: 2
Compression:
Stored size: 480 Bytes
Contents
# encoding: utf-8 $LOAD_PATH << File.expand_path('../../lib', __FILE__) require 'simplecov' SimpleCov.command_name 'rspec' SimpleCov.start # Pull in all of the gems including those in the `test` group require 'bundler' Bundler.require :default, :test, :development # Loading support files Dir.glob(::File.expand_path('../support/*.rb', __FILE__)).each { |f| require_relative f } Dir.glob(::File.expand_path('../shared_examples/*.rb', __FILE__)).each { |f| require_relative f }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
password_changer-0.0.4 | spec/spec_helper.rb |
password_changer-0.0.3 | spec/spec_helper.rb |