Modify views for booths

This commit is contained in:
nasia 2017-06-18 23:33:54 +03:00
parent a5ce1239f2
commit 60ec569553
13 changed files with 280 additions and 92 deletions

View file

@ -12,7 +12,7 @@ describe 'Booth' do
it { is_expected.to validate_presence_of(:conference) }
it 'is not valid without a title' do
should validate_presence_of(:title)
is_expected.to validate_presence_of(:title)
end
end