mirror of https://github.com/tootsuite/mastodon
Simplify model validation specs for `Mention`
parent
a1ac2a73ff
commit
18deb11585
|
@ -3,7 +3,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Mention do
|
||||
describe 'validations' do
|
||||
describe 'Associations' do
|
||||
it { is_expected.to belong_to(:account).required }
|
||||
it { is_expected.to belong_to(:status).required }
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue