search for: contributecontroller

Displaying 1 result from an estimated 1 matches for "contributecontroller".

2006 Apr 25
7
Quick functional test question
...on into a date field. Took a bit of thinking about the best way of doing it but seems to work. however, thought this would be a good time to start testing so i can throw all sorts of different inputs at it, but the test is not recognizing the method. In the controller I''ve got:: class ContributeController < ApplicationController ... private def parse_amazon_date(date) ... end end and in my functional test I''ve got: require File.dirname(__FILE__) + ''/../test_helper'' require ''contribute_controller'' .... def test_amazon_date_parse assert_equ...