我目前正在使用cucumber和rspec为一个应用程序编写测试。我被要求测试心跳控制器,但我真的不知道如何接近它。
module Api
class HeartbeatController < ActionController::Base
respond_to :json, :xml
include Something::Status
def status
respond_with status_response
end
end
end
我只是访问了xml和json路径,并检查了某些不同的关键字,以确保它以我期望的方式响应