Description as well as short description will be optional for proposal
dashboard actions.

Additionally some minor bugfixes have been fixed.
This commit is contained in:
Juan Salvador Pérez García
2018-07-13 12:01:35 +02:00
parent f439fc7371
commit 7e43206ac0
5 changed files with 11 additions and 17 deletions

View File

@@ -40,14 +40,6 @@ describe ProposalDashboardAction do
end
end
context 'when validating description' do
context 'and description is blank' do
let(:description) { nil }
it { should_not be_valid }
end
end
context 'when validating day_offset' do
context 'and day_offset is nil' do
let(:day_offset) { nil }