specs: rename instructeur_spec.rb
to instruction_spec.rb
This clarifies the difference between this spec and the other instructeur specs in the same directory.
This commit is contained in:
parent
d84a966f45
commit
0807fed258
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
require 'spec_helper'
|
||||
|
||||
feature 'The instructeur part' do
|
||||
feature 'Instructing a dossier:' do
|
||||
include ActiveJob::TestHelper
|
||||
|
||||
let(:password) { 'démarches-simplifiées-pwd' }
|
Loading…
Reference in a new issue