Displaying 1 result from an estimated 1 matches for "contact_controller_spec".
2007 Sep 16
12
rspec_todo -- spec''ing backwards
...a pending method rather than a "it"
So, for example, I might use it as follows:
ruby spec_todo.rb app/models/* app/controllers/*
Here is a brief example of the output of this tool:
#------------------------------------------------------------
# File: app/controllers/contact_controller_spec.rb
#------------------------------------------------------------
require File.dirname(__FILE__) + ''/../spec_helper''
describe "A ContactController" do
it "should do something sensible with index."
it "should do somet...