AMC is gone in rails 5.1

I guess it's time to move from RSpec 2 to something else, maybe test-unit,
but let's allow AR_edge to fail for now...
This commit is contained in:
Akira Matsuda 2016-11-15 10:18:42 +09:00
parent eb0745b11c
commit 1cdadd161e
1 changed files with 1 additions and 0 deletions

View File

@ -41,4 +41,5 @@ matrix:
- rvm: ruby-head
- rvm: jruby-9.1.5.0
- rvm: rbx
- gemfile: gemfiles/active_record_edge.gemfile
fast_finish: true