Sha256: c9346d09bb4646a4977a694d17e40dce47a62c3dbfda54c3d006b7a3021a1c1b

Contents?: true

Size: 506 Bytes

Versions: 6

Compression:

Stored size: 506 Bytes

Contents

$: << File.expand_path('../lib', File.dirname(__FILE__))
require 'wildcard_matchers'
require "wildcard_matchers/rspec"

Dir[File.expand_path("support/**/*.rb", File.dirname(__FILE__))].each {|f| require f }

require "pry"
require "tapp"

require 'coveralls'
Coveralls.wear!

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
end

# global debug function
# usage:
#   wildcard_match?(actual, expected, &$debug)
def debugger
  ENV["DEBUG"] ? proc {|errors| puts errors } : nil
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wildcard_matchers-0.9.2 spec/spec_helper.rb
wildcard_matchers-0.9.1 spec/spec_helper.rb
wildcard_matchers-0.9.0 spec/spec_helper.rb
wildcard_matchers-0.4.0 spec/spec_helper.rb
wildcard_matchers-0.3.1 spec/spec_helper.rb
wildcard_matchers-0.3.0 spec/spec_helper.rb