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:
parent
3669542b6e
commit
01b99ece71
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue