Make abstract optional

This commit is contained in:
Arun Kumar 2016-07-08 12:00:51 +05:30
parent 798998b73f
commit c1db82f19a
No known key found for this signature in database
GPG key ID: 6C40CA6462DEA424
4 changed files with 3 additions and 5 deletions

View file

@ -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) }