Il seguente RSpec 2 prova ..metodo non definito per la classe in Rspec
describe "GET new" do
describe "gets a report form" do
xhr :get, :new, :post_id => @post
response.should be_success
end
end
dà questo bel errore:
undefined method xhr for #<Class:0xb5c72404> (NoMethodError)
Qualsiasi idea di ciò che è sbagliato?
i test sono nidificati in un 'descrivi controller_name'? – apneadiving
sì, ci sono regole speciali in che modo descrivere i blocchi dovrebbero essere annidati? – 0x4a6f4672
Hai richiesto 'spec_helper'? –