How should i use response.should be sucess method pass

I want to test the basic controller test action and to make
response.should be_sucess method work for it. How can i do

Have you looked at this:
http://rspec.info/documentation/rails/writing/controllers.html

Have you tried using the generators for rspec controllers?