我試圖測試應用程序控制器上的方法,該方法將用作之前的過濾器。要做到這一點,我已經在我的測試中設置了一個匿名控制器,並使用之前的過濾器來確保它正常工作。 測試目前看起來是這樣的: describe ApplicationController do
controller do
before_filter :authenticated
def index
en
我使用rails (3.0.4)和rspec-rails (2.5.0). When I run軌產生的RSpec:安裝 it produces spec_helper.rb`包含此行:當我運行rake spec我得到這樣的警告在終端 ENV["RAILS_ENV"] ||= 'test'
: DEPRECATION WARNING: RAILS_ENV is deprecated. Plea