Skip to content

Commit

Permalink
Merge pull request #614 from arthurnn/fix_build_40
Browse files Browse the repository at this point in the history
Fix rails 4.0.x build.
  • Loading branch information
steveklabnik committed Aug 27, 2014
2 parents 0c13956 + 373c359 commit ba9b151
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ test/tmp
test/version_tmp
tmp
*.swp
.ruby-version
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ matrix:
allow_failures:
- rvm: ruby-head
- env: "RAILS_VERSION=master"
- env: "RAILS_VERSION=4.0"
- env: "RAILS_VERSION=3.2"

2 changes: 2 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
require 'action_controller/test_case'
require "active_support/json"
require 'minitest/autorun'
# Ensure backward compatibility with Minitest 4
Minitest::Test = MiniTest::Unit::TestCase unless defined?(Minitest::Test)

require "active_model_serializers"

Expand Down

0 comments on commit ba9b151

Please sign in to comment.