Displaying 1 result from an estimated 1 matches for "contributecontrollertest".
Did you mean:
contribute_controller_test
2006 Apr 25
7
Quick functional test question
...ler''
....
def test_amazon_date_parse
assert_equal Time.gm(2000, "oct", 25), parse_amazon_date("25
October, 2000")
#other tests
end
end
All I keep getting when i try to run the test is:
NoMethodError: undefined method `parse_amazon_date'' for
#<ContributeControllerTest:0x4096aea4>
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/test_process.rb:432:in
`method_missing''
test/functional/contribute_controller_test.rb:25:in
`test_amazon_date_parse''
Possible I''m being really dense due to a particularly...