active_model_serializers/test/test_helper.rb
Steve Klabnik a5107b32e2 Set up the test helper and Gemfile.
Now Travis will build across all the Rails-es.
2014-07-05 12:03:48 -04:00

8 lines
108 B
Ruby

require "bundler/setup"
require "active_model_serializers"
require "active_support/json"
require 'rails'