diff --git a/spec/controllers/users_controller_spec.rb b/spec/controllers/users_controller_spec.rb index 4b4e611..5d080a1 100644 --- a/spec/controllers/users_controller_spec.rb +++ b/spec/controllers/users_controller_spec.rb @@ -61,4 +61,16 @@ describe UsersController do end end end + + describe '#show' do + it 'should have specs' + end + + describe '#edit' do + it 'should have specs' + end + + describe '#update' do + it 'should have specs' + end end