Allow failures for all mongoid 4.0 specs

It looks like #with option doesn't work right now. Since mongoid 4.0 is not
released yet, just allow them to fail for now. We'll come back later.
This commit is contained in:
Yuki Nishijima 2014-03-08 23:03:12 -08:00
parent 279c2259f3
commit 23df9e9241
1 changed files with 1 additions and 2 deletions

View File

@ -41,6 +41,5 @@ matrix:
- rvm: 1.8.7
gemfile: gemfiles/mongoid_40.gemfile
allow_failures:
- rvm: rbx
gemfile: gemfiles/mongoid_40.gemfile
- gemfile: gemfiles/mongoid_40.gemfile
fast_finish: true