1
0
Fork 0
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:
Jared Beck 2017-05-21 02:01:09 -04:00
parent e276567901
commit 9b1c01b94d

View file

@ -1,5 +0,0 @@
require "rails_helper"
::RSpec.describe Truck, type: :model do
it { is_expected.not_to be_versioned }
end