Groups
Groups
Sign in
Groups
Groups
Turnip
Conversations
About
Send feedback
Help
Re: How do i include my step files?
35 views
Skip to first unread message
Message has been deleted
Lukas Oberhuber
unread,
May 15, 2013, 7:51:54 AM
5/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ruby-...@googlegroups.com
Emil,
In your case, I think you should put the following in your spec_helper.rb file:
Dir
.
glob
(
"spec/acceptance/steps/**/*steps.rb"
)
{
|
f
|
load
f
,
true
}
I'm not sure that's your problem however. Those steps will all be loaded into the modules as you specify in the step file.
Hope this helps,
-Lukas
Reply all
Reply to author
Forward
0 new messages