Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
aoz-003
Commits
82799372
Commit
82799372
authored
Nov 22, 2018
by
Chrysanthi Lagodimou
Browse files
Restore changes lost at rebase
parent
22886de0
Pipeline
#31548
passed with stage
in 59 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/system/semester_process_volunteer_actions_test.rb
View file @
82799372
...
...
@@ -33,7 +33,7 @@ class SemesterProcessVolunteerActionsTest < ApplicationSystemTestCase
@volunteer2
=
create
:volunteer_with_user
@volunteer2
.
contact
.
update
(
first_name:
'volunteer2'
,
last_name:
'volunteer2'
)
@spv2
=
create
(
:semester_process_volunteer
,
:with_mission
,
volunteer:
@volunteer2
,
semester_process:
create
(
:
semester_process
)
)
semester_process:
@
semester_process
)
@superadmin2
=
create
:user
@spv2
.
update
(
responsible:
@superadmin2
,
reviewed_by:
@superadmin2
,
reviewed_at:
Time
.
zone
.
now
)
...
...
@@ -41,7 +41,7 @@ class SemesterProcessVolunteerActionsTest < ApplicationSystemTestCase
@volunteer3
=
create
:volunteer_with_user
@volunteer3
.
contact
.
update
(
first_name:
'volunteer3'
,
last_name:
'volunteer3'
)
@spv3
=
create
(
:semester_process_volunteer
,
:with_mission
,
volunteer:
@volunteer3
,
semester_process:
create
(
:
semester_process
)
)
semester_process:
@
semester_process
)
@superadmin3
=
create
:user
@spv3
.
update
(
responsible:
@superadmin3
,
reviewed_by:
@superadmin3
,
reviewed_at:
Time
.
zone
.
now
)
## SETUP END ##
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment