Skip to content

Commit

Permalink
testing mongoid for Ruby >= 1.9.3 again
Browse files Browse the repository at this point in the history
  • Loading branch information
alto committed Apr 28, 2013
1 parent cdfca82 commit 66d4a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/unit/persistence/mongoid_persistance_spec.rb
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 66d4a61

Please sign in to comment.