mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 00:24:42 +08:00
Fix test [SCI-2733]
This commit is contained in:
parent
02f536cd08
commit
95cb6db4df
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue