mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
6 lines
103 B
Ruby
6 lines
103 B
Ruby
|
require "rails_helper"
|
||
|
|
||
|
describe Vehicle, type: :model do
|
||
|
it { is_expected.to_not be_versioned }
|
||
|
end
|