CGU test
This commit is contained in:
parent
0a1a5613db
commit
71bd708ffd
1 changed files with 10 additions and 0 deletions
10
spec/controllers/cgu_controller_spec.rb
Normal file
10
spec/controllers/cgu_controller_spec.rb
Normal 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
|
Loading…
Add table
Reference in a new issue