Not sure what the issue is but I'm having a hard time getting test(s) to run.
I've tried under ruby 2.0 and 1.9.3-p194 but no luck.
Trying to run either 1 tests or rake spec for all gives:

$ rspec spec/browser_spec.rb                                                    
/home/durrantm/code/watir-webdriver/spec/browser_spec.rb:1:in `require': cannot 
load such file -- 
/home/durrantm/code/watir-webdriver/spec/watirspec/spec_helper (LoadError)

The watirspec directory is empty and has no spec_helper....

If I copy the spec_helper.rb file from /spec to /spec/watirspec and then try to 
run browser_spec I get 13 failures from 16 examples (undefined local variable 
or method 'browser') so that must not be right.

---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-webdriver/issues/223
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to