[Fix #1149] Add context on tests before adding some more
This commit is contained in:
parent
5f9f6d243f
commit
aba59239ca
1 changed files with 108 additions and 106 deletions
|
@ -1,6 +1,7 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe NewGestionnaire::AvisController, type: :controller do
|
||||
context 'with a gestionnaire signed in' do
|
||||
render_views
|
||||
|
||||
let(:claimant) { create(:gestionnaire) }
|
||||
|
@ -139,3 +140,4 @@ describe NewGestionnaire::AvisController, type: :controller do
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue