2012-08-09 20:04:03 +02:00
|
|
|
# encoding: utf-8
|
2013-03-27 15:52:02 +01:00
|
|
|
require 'test_app'
|
2012-08-09 20:04:03 +02:00
|
|
|
require 'rspec'
|
2013-01-18 21:38:46 +01:00
|
|
|
|
|
|
|
$: << File.join(File.dirname(__FILE__), 'lib')
|
|
|
|
|
2012-08-09 20:04:03 +02:00
|
|
|
|
|
|
|
# require spec support files and shared behavior
|
|
|
|
Dir[File.expand_path('../{support,shared}/**/*.rb', __FILE__)].each { |f| require f }
|