這裏是我的控制器: class MyController < ApplicationController
include MyHelper
def index
get_list_from_params do |list|
@list = list
respond_to do |format|
format.html
f
我想在Rails 3應用程序上運行metric_fu。一切都很好,除了rcov。我配置了RSpec並且我的測試遵循spec/**/*。rb格式,並且在RSpec中運行良好。試圖用rcov檢查覆蓋面,但是,我得到以下錯誤: ** Running the specs/tests in the [test] environment
No file to analyze was found. All