Sha256: 995a23ea052e86e791daebe97e32ae3c836b64190a5278e2a4694e6bd5cc909f

Contents?: true

Size: 545 Bytes

Versions: 2

Compression:

Stored size: 545 Bytes

Contents

require 'bundler'

Bundler.require(:default, :runtime, :test)
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'stale_fish'
require 'rspec'
require 'rspec/autorun'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir[File.expand_path(File.join(File.dirname(__FILE__),'support','**','*.rb'))].each {|f| require f}

Spec::Runner.configure do |config|
  config.before :all do
    StaleFish.configuration = nil
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stale_fish-1.3.2 spec/spec_helper.rb
stale_fish-1.3.1 spec/spec_helper.rb