Change word "Instruction" to "Examen"

This commit is contained in:
Xavier J 2016-09-14 16:57:51 +02:00
parent 0c9fea1c14
commit 3014c4c539
7 changed files with 16 additions and 16 deletions

View file

@ -66,10 +66,10 @@ feature 'on click on tabs button' do
end
end
context 'when he click on tabs en instruction' do
context 'when he click on tabs en examen' do
before do
visit users_dossiers_url(liste: :en_instruction)
page.click_on 'En instruction 2'
page.click_on 'En examen 2'
end
scenario 'it redirect to users dossier termine' do

View file

@ -90,7 +90,7 @@ describe 'users/dossiers/index.html.haml', type: :view do
end
end
describe 'on tab etude en instruction' do
describe 'on tab etude en examen' do
let(:total_dossiers) { 2 }
let(:active_class) { '.active .text-default' }
let(:dossiers_to_display) { user.dossiers.en_instruction }