search for: foos_controller_spec

Displaying 2 results from an estimated 2 matches for "foos_controller_spec".

Did you mean: foo_controller_spec
2008 Jun 04
8
Why has the --color gone from my life?
Hi all, Running on OSX 10.5.3, Latest Rspec trunk, Rspec rails trunk, latest autotest gem and rails 2.1 I''ve lost my colour output in autotest. rake spec gives colour output, but autotest gives me black and white. It was working a little bit before, I think I upgraded to the latest versions of everything to get all the textmate snippets talking and being friendly to one another again
2007 Aug 17
0
map.with_options :path_prefix => ''
...9;', :action => ''new'' foos.create_foo ''/foos'', :action => ''create'', :conditions => {:method => :post} end And in the foos_controller_spec.rb file is something like... describe FoosController, ''on a GET to new'' do it "should make a baby foo" do # some stuff get ''new'', :owner_type => ''client'', :owner_id => ''1'' #...