free_mutant/spec/spec_helper.rb
Markus Schirp df6ccafeab Add method matcher infrastructure
Needs more specs for sure. Especially edge cases.
2012-07-23 22:54:35 +02:00

11 lines
250 B
Ruby

# encoding: utf-8
require 'mutant'
require 'spec'
require 'spec/autorun'
# require spec support files and shared behavior
Dir[File.expand_path('../{support,shared}/**/*.rb', __FILE__)].each { |f| require f }
Spec::Runner.configure do |config|
end