1
0
Fork 0
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:
Thorsten Böttger 2013-04-28 15:20:26 +02:00
parent cdfca82dc6
commit 66d4a61bd0

View file

@ -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'