Pending example models minimal coverage (#23912)
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe StatusEdit, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
describe StatusEdit do
|
||||
describe '#reblog?' do
|
||||
it 'returns false' do
|
||||
record = described_class.new
|
||||
|
||||
expect(record).to_not be_a_reblog
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user