Merge branch 'develop' of ssh://37.187.249.111:2200/opt/git/tps into develop
This commit is contained in:
commit
819c24f28b
31 changed files with 318 additions and 199 deletions
9
spec/views/backoffice/index.html.haml_spec.rb
Normal file
9
spec/views/backoffice/index.html.haml_spec.rb
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue