require "rubygems"
require "rspec"
require "rspec/mocks"
require "test_apps"

RSpec.configure do |config|
  config.raise_errors_for_deprecations!
end
