1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00

Update compatibility_spec.rb

This commit is contained in:
Alex Ghiculescu 2021-04-21 13:13:12 -05:00 committed by GitHub
parent 3669542b6e
commit 01b99ece71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ module PaperTrail
context "when incompatible" do
it "writes a warning to stderr" do
ar_version = ::Gem::Version.new("6.2.0")
ar_version = ::Gem::Version.new("7.0.0")
expect {
described_class.check_activerecord(ar_version)
}.to output(/not compatible/).to_stderr