Sha256: 2350c482688540eeda82158e536285e8a5a12f61feb4291369d7a1023f919edc

Contents?: true

Size: 526 Bytes

Versions: 5

Compression:

Stored size: 526 Bytes

Contents

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

require 'stale_fish'
require 'spec'
require 'spec/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

5 entries across 5 versions & 1 rubygems

Version Path
stale_fish-1.3.0 spec/spec_helper.rb
stale_fish-1.3.0.pre3 spec/spec_helper.rb
stale_fish-1.3.0.pre2 spec/spec_helper.rb
stale_fish-1.3.0.pre1 spec/spec_helper.rb
stale_fish-1.3.0.pre spec/spec_helper.rb