This commit is contained in:
Xavier J 2016-12-15 15:19:28 +01:00
parent 0a1a5613db
commit 71bd708ffd

View file

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