fix rubocop offenses
This commit is contained in:
parent
aa407d5607
commit
9134114c2e
3 changed files with 8 additions and 10 deletions
|
@ -10,7 +10,6 @@ class ProcedureArchiveService
|
||||||
.groupe_instructeurs
|
.groupe_instructeurs
|
||||||
.where(procedure: @procedure)
|
.where(procedure: @procedure)
|
||||||
|
|
||||||
|
|
||||||
archive = Archive.for_groupe_instructeur(groupe_instructeurs).find_by(
|
archive = Archive.for_groupe_instructeur(groupe_instructeurs).find_by(
|
||||||
content_type: type,
|
content_type: type,
|
||||||
month: month
|
month: month
|
||||||
|
|
|
@ -6,7 +6,6 @@ describe ProcedureArchiveService do
|
||||||
let(:month) { 3 }
|
let(:month) { 3 }
|
||||||
let(:date_month) { Date.strptime("#{year}-#{month}", "%Y-%m") }
|
let(:date_month) { Date.strptime("#{year}-#{month}", "%Y-%m") }
|
||||||
describe '#create_pending_archive' do
|
describe '#create_pending_archive' do
|
||||||
|
|
||||||
context 'for a specific month' do
|
context 'for a specific month' do
|
||||||
it 'creates a pending archive' do
|
it 'creates a pending archive' do
|
||||||
archive = service.create_pending_archive(instructeur, 'monthly', date_month)
|
archive = service.create_pending_archive(instructeur, 'monthly', date_month)
|
||||||
|
|
Loading…
Reference in a new issue