mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
7 lines
139 B
Ruby
7 lines
139 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "spec_helper"
|
|
|
|
RSpec.describe Vehicle, type: :model do
|
|
it { is_expected.not_to be_versioned }
|
|
end
|