mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
testing mongoid for Ruby >= 1.9.3 again
This commit is contained in:
parent
cdfca82dc6
commit
66d4a61bd0
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# describe 'mongoid', :if => Gem::Version.create(RUBY_VERSION.dup) >= Gem::Version.create('1.9.3') do
|
||||
describe 'mongoid' do
|
||||
describe 'mongoid', :if => Gem::Version.create(RUBY_VERSION.dup) >= Gem::Version.create('1.9.3') do
|
||||
# describe 'mongoid' do
|
||||
|
||||
before(:all) do
|
||||
require 'mongoid'
|
||||
|
|
Loading…
Reference in a new issue