Hi folks,

I'm running a flex application test, but I get the follow error when
execute "cucumber features":
-------------
(...)
Scenario: Increment index                     # features/
counter.feature
undefined method 'flex_app' for #<Watir::IE:0x3f8e910>
<NoMethodError> ./features/support/env.rb:21:in 'Before'
(...)
-------------

A piece of my env.rb file is:
-------------
require "rubygems"
require 'funfx'
require 'watir'
(...)
Before do
  @browser = Watir::Browser.new
  @flex_app = @browser.flex_app("CucumberExample",
"CucumberExample")
end
------------

The environment is Win XP SP3 and IE 7. Anybody have any idea?

Best regards =D


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to