[rspec-users] require StepGroup problem
Pat Maddox
pergesu at gmail.com
Wed Aug 13 21:11:49 EDT 2008
On Wed, Aug 13, 2008 at 12:18 PM, Gaston Ramos <ramos.gaston at gmail.com> wrote:
> Hi guys, I'm trying to run this story http://pastie.org/252361
You need to fully-qualify the class name, which is Spec::Story::StepGroup.
Although I'm not sure why you're defining the steps this way in the
first place. I think you want to use steps_for to define them, and
with_steps_for to run them.
Pat
More information about the rspec-users
mailing list