Fix test [SCI-2733]

This commit is contained in:
Oleksii Kriuchykhin 2018-10-19 10:47:55 +02:00
parent 02f536cd08
commit 95cb6db4df

View file

@ -20,9 +20,4 @@ RSpec.describe ViewState, type: :model do
it { should belong_to :user }
it { should belong_to :viewable }
end
describe 'Should be a valid object' do
it { should validate_presence_of :user }
it { should validate_presence_of :viewable }
end
end