free_mutant/test_app/spec/spec_helper.rb

10 lines
238 B
Ruby
Raw Normal View History

# encoding: utf-8
2013-03-27 15:52:02 +01:00
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 }