Hey Guys,
I am working on my first TDD/BDDD example and running into a problem,
when I run 'ruby app.rb" The app seems to run fine, but when I run
it's rspec 'spec app_spec.rb" I get a no method defined.
app.rb
require 'rubygems'
require 'open-uri'
require 'hpricot'
class Timer
#this is t
Thanks David,
That helps a lot and makes a lot of sense. Neat article by the way,
was following to get a hang on rspec.
Cheers!
On Jun 28, 3:00 pm, David Chelimsky wrote:
> On Jun 28, 2010, at 1:14 PM, bertly_the_coder wrote:
>
>
>
> > Hey Guys,
> > I am working on m