This commit is contained in:
Marcin Kulik 2012-04-09 23:53:38 +02:00
parent 4549592238
commit 10b64e08b4

View File

@ -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