Skip to content

Commit

Permalink
Revert some changes since we drop 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
comandeo-mongo committed Dec 6, 2023
1 parent 51ae827 commit ccf59de
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions spec/integration/active_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
# rubocop:todo all

require 'spec_helper'
require 'active_job'
require 'mongoid/railties/bson_object_id_serializer'

describe 'ActiveJob Serialization' do
min_rails_version '6.0'

require 'active_job'
require 'mongoid/railties/bson_object_id_serializer'

skip unless defined?(ActiveJob)

class TestBsonObjectIdSerializerJob < ActiveJob::Base
Expand Down

0 comments on commit ccf59de

Please sign in to comment.