adds time limit between notifications

This commit is contained in:
rgarcia
2016-06-07 13:48:09 +02:00
parent 14f17983f4
commit 8e12fbdd55
6 changed files with 62 additions and 0 deletions

View File

@@ -84,4 +84,14 @@ feature 'Proposal Notifications' do
expect(page).to have_content error_message
end
context "Limits" do
pending "Cannot send more than one notification within established interval" do
end
pending "use timecop to make sure notifications can be sent after time interval" do
end
end
end