free_mutant/test_app/spec/spec_helper.rb
2013-04-12 23:34:54 +02:00

9 lines
238 B
Ruby

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