[Rails] Re: cucumber directories not working
Chris Habgood wrote:
> I am organizing a directory structure under the features directory but
> when I run cucumber it is still trying to look for the *.feature files
> in the main directory. How do I get cucumber to look in other
> directories?
I wanted a different structure than the default also and ended up
writing my own wrapper script to call cucumber. Have you tried a fully
qualified relative path to the feature file? And if your step files are
in a different directory than step_definitions, you'll probably have to
require them with -r. Post the command line you are using and maybe we
can figure it out.
Peace,
Phillip
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home