adds preference to receive proposal notifications

This commit is contained in:
rgarcia
2016-06-06 12:55:33 +02:00
parent fc6cc090f8
commit ad697cd2c1
10 changed files with 107 additions and 51 deletions

View File

@@ -83,6 +83,12 @@ describe User do
expect(subject.newsletter).to eq(true)
end
end
describe 'email_on_proposal_notification' do
it 'should be true by default' do
expect(subject.email_on_proposal_notification).to eq(true)
end
end
end
describe "administrator?" do