Re: [wtr-general] [TAZA] attempting to run tests with watir_webdriver

2012-07-10 Thread hillary
i had a require 'watir' in a formatter that was causing the mismatch. On Tuesday, July 10, 2012 8:56:02 AM UTC-7, Oscar.Rieken wrote: > > I wrote up a spec that uses the Site.new block like you are using with > watir-webdriver and it worked fine > > > > https://github.com/hammernight/etsy_rspec

Re: [wtr-general] [TAZA] attempting to run tests with watir_webdriver

2012-07-10 Thread Oscar Rieken
I wrote up a spec that uses the Site.new block like you are using with watir-webdriver and it worked fine https://github.com/hammernight/etsy_rspec_taza_tutorial/blob/master/spec/isolation/etsy/shopping_cart_old_school_taza_spec.rb It could be something in your config you can check the spec_help

Re: [wtr-general] [TAZA] attempting to run tests with watir_webdriver

2012-07-10 Thread hillary
Line 83 is this Insight.new do |c| which is my loading of the site. On Friday, July 6, 2012 5:28:36 PM UTC-7, Oscar.Rieken wrote: > > hard to say but lookst like test_page_spec.rb 83 may point you in the > right direction im guessing something is not being required > > On Fri, Jul 6,

Re: [wtr-general] [TAZA] attempting to run tests with watir_webdriver

2012-07-06 Thread Oscar Rieken
hard to say but lookst like test_page_spec.rb 83 may point you in the right direction im guessing something is not being required On Fri, Jul 6, 2012 at 6:40 PM, hillary wrote: > So I need to use watir for running tests in ie (I have to test on ie8, and > there's still that protected mode strang

[wtr-general] [TAZA] attempting to run tests with watir_webdriver

2012-07-06 Thread hillary
So I need to use watir for running tests in ie (I have to test on ie8, and there's still that protected mode strangeness last i saw). But i may need to run my tests on firefox, so i'm trying to see if watir-webdriver will work. When I try to run tests with watir-webdriver I get the following e