add login for gestionnaire

This commit is contained in:
Tanguy PATTE 2015-09-22 10:15:12 +02:00
parent b3383bec9f
commit 44173a17fb
26 changed files with 313 additions and 142 deletions

View file

@ -0,0 +1,9 @@
require 'spec_helper'
describe 'backoffice/index.html.haml', type: :view do
before do
render
end
it { expect(rendered).to have_css('#backoffice') }
end