fix sm show

This commit is contained in:
maxwell 2011-01-31 21:50:06 -08:00
parent 13f482f3fe
commit 06013fabec

View file

@ -30,7 +30,7 @@ describe StatusMessagesController do
end
it 'succeeds' do
get :show, "id" => message.id.to_s
get :show, "id" => @message.id.to_s
response.should be_success
end