free_mutant/test_app/spec/spec_helper.rb
Markus Schirp 23ee68ac1e Rename Runner to Killer
* Add working integration spec for rspec (mutant) killer.
2012-08-14 12:27:56 +02:00

7 lines
190 B
Ruby

# encoding: utf-8
require 'rspec'
require 'test_app'
# require spec support files and shared behavior
Dir[File.expand_path('../{support,shared}/**/*.rb', __FILE__)].each { |f| require f }