Delete the CGU-related files and mentions

This commit is contained in:
gregoirenovel 2017-12-07 14:33:03 +01:00
parent 1c413eeec4
commit 0d22ecfe5a
11 changed files with 2 additions and 262 deletions

View file

@ -1,9 +0,0 @@
require 'spec_helper'
describe CguController, type: :controller do
describe 'GET #index' do
subject { get :index }
it { expect(subject.status).to eq 200 }
end
end