require 'rspec' require 'active_model' require 'coveralls' Coveralls.wear! Dir.glob(File.dirname(__FILE__) + '/../lib/**/*.rb').each { |file| require file } Dir.glob(File.dirname(__FILE__) + '/fake_app/*.rb').each { |file| require file } Dir.glob(File.dirname(__FILE__) + '/fake_app/locales/*.yml').each do |file| I18n.load_path << file end