How to Run Rails Stories

I have non non-plain-text story without any steps_for, can it be run?
If so, how?

Thanks,

Nate

On Nov 15, 2007 4:22 PM, Nathan S. [email protected] wrote:

I have non non-plain-text story without any steps_for, can it be run?
If so, how?

ruby path/to/my/story.rb

I was trying to run it from all.rb, but having no luck. I can run
them individually.

Nathan S.
[email protected]
rspec edge revision 2894
rspec_on_rails edge revision 2894
rails edge revision 8146

On Nov 15, 2007 6:02 PM, Nathan S. [email protected] wrote:

I was trying to run it from all.rb, but having no luck. I can run
them individually.

You should be able to just require them from all.rb and run ruby all.rb.