mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Implements feature test for proposal workflog
- submitt proposal - accept proposal - confirm proposal
This commit is contained in:
parent
147310b8b7
commit
656ded9d96
6 changed files with 73 additions and 19 deletions
10
spec/factories/email_settings.rb
Normal file
10
spec/factories/email_settings.rb
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Read about factories at https://github.com/thoughtbot/factory_girl
|
||||
|
||||
FactoryGirl.define do
|
||||
factory :email_settings do
|
||||
send_on_registration false
|
||||
send_on_accepted false
|
||||
send_on_rejected false
|
||||
send_on_confirmed_without_registration false
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue