free_mutant/spec/spec_helper.rb

15 lines
278 B
Ruby
Raw Normal View History

# encoding: utf-8
require 'rspec'
# require spec support files and shared behavior
Dir[File.expand_path('../{support,shared}/**/*.rb', __FILE__)].each { |f| require f }
$: << File.join(TestApp.root,'lib')
2012-08-14 16:45:34 -04:00
require 'test_app'
require 'mutant'
RSpec.configure do |config|
end