cba7f20dc8
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
7 lines
146 B
Ruby
7 lines
146 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe AbuseReport, type: :model do
|
|
subject { create(:abuse_report) }
|
|
|
|
it { expect(subject).to be_valid }
|
|
end
|