Sha256: 6e283a5c9d41939491e3a51ae59531a6a000547bc1637e2f7408e29e107b50ec

Contents?: true

Size: 607 Bytes

Versions: 2

Compression:

Stored size: 607 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'rspec/core'
#require 'autotest/rspec2'



RSpec.configure do |c|
  c.color_enabled = true
#  c.filter_run :focused => true
#  c.run_all_when_everything_filtered = true
#  c.filter_run_excluding :ruby => lambda {|version|
#    case version.to_s
#    when "!jruby"
#      RUBY_ENGINE != "jruby"
#    when /^> (.*)/
#      !(RUBY_VERSION.to_s > $1)
#    else
#      !(RUBY_VERSION.to_s =~ /^#{version.to_s}/)
#    end
#  }
#  c.around do |example|
#    sandboxed { example.run }
#  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
on_the_spot-0.0.3 spec/spec_helper.rb
on_the_spot-0.0.2 spec/spec_helper.rb