free_mutant/test_app/spec/spec_helper.rb
2013-01-18 21:38:46 +01:00

10 lines
239 B
Ruby

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