mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
Remove spec with very low value
This spec was failing the linter, particularly the RSpec/DescribeClass cop. I think there's a bug in the cop, but it wasn't worth troubleshooting. I chose to delete the spec instead of diabling the cop because the spec had extremely low value.
This commit is contained in:
parent
e276567901
commit
9b1c01b94d
1 changed files with 0 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
require "rails_helper"
|
||||
|
||||
::RSpec.describe Truck, type: :model do
|
||||
it { is_expected.not_to be_versioned }
|
||||
end
|
Loading…
Reference in a new issue