Sha256: 98787c83325174f711917b741bc538595359d750d456a7efdac9648e9e248a1e

Contents?: true

Size: 502 Bytes

Versions: 5

Compression:

Stored size: 502 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"

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

# global debug function
# usage:
#   wildcard_match?(actual, expected, &$debug)
$debug = proc {|errors| puts errors }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wildcard_matchers-0.1.4 spec/spec_helper.rb
wildcard_matchers-0.1.3 spec/spec_helper.rb
wildcard_matchers-0.1.2 spec/spec_helper.rb
wildcard_matchers-0.1.1 spec/spec_helper.rb
wildcard_matchers-0.1.0 spec/spec_helper.rb