Make abstract optional
This commit is contained in:
parent
798998b73f
commit
c1db82f19a
4 changed files with 3 additions and 5 deletions
|
|
@ -20,7 +20,6 @@ describe Event do
|
|||
end
|
||||
|
||||
it { is_expected.to validate_presence_of(:title) }
|
||||
it { is_expected.to validate_presence_of(:abstract) }
|
||||
it { is_expected.to validate_presence_of(:program) }
|
||||
it { is_expected.to validate_presence_of(:event_type) }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue