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