23ee68ac1e
* Add working integration spec for rspec (mutant) killer.
7 lines
190 B
Ruby
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 }
|