Commit 8df763f4f8cc5a23722e0a02e7d6041827d7d759

Authored by Andrew Kane
1 parent f075cfd8

Switch to ActiveJob in tests since activejob_backport doesn't like keyword arguments

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/gemfiles/mongoid5.gemfile
... ... @@ -4,4 +4,4 @@ source 'https://rubygems.org'
4 4 gemspec path: "../../"
5 5  
6 6 gem "mongoid", "~> 5.0.0"
7   -gem "activejob_backport"
  7 +gem "activejob"
... ...