All, 

I know this is repeated question but i was not able to find solution. I 
have following code in my hook file. When i execute my feature file it open 
all 3 browsers but never executes my features. FYI i don't have following 
code on my step definition i have it separately in hook file to avoid 
duplication 

Before do
  browser = [:firefox,:chrome,:safari]
  browser.each do |browser|
  $browser = Watir::Browser.new browser
end
end

Can anyone tell me what line of code i need to add here to execute my 
features ? 
Appreciate your help 


Thanks 

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to