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