On May 13, 9:32 am, Jason Edwards <
jtan...@gmail.com> wrote:
> What method does it say it can't find? That line is making three
> method calls, so it would be helpful to know what it can't find.
>
> I'm guessing you need to add "require 'faker'" to your blueprints.rb,
> unless you're requiring test_helper in your blueprints.rb.
>
> Jason
Hi Jason,
I tried adding require 'faker' to my blueprints.rb file with no
change.
The main thing I want to do is to follow the data that faker is
creating either using IRB or somehow back to the console so I can walk
through my test or through the POST/PUT actions...maybe in the log??
Running the rake test:units --trace doesn't really give me enough to
go on. [Sorry for the dumb question.] --Wayne