Haven't checked actually about running tests from the gem. If firewatir needs to require watir, then it's a sign indeed that you cannot run (at least) firewatir tests on Linux or OS X. You could have some luck running them in Windows if watir gem is also installed. In theory firewatir tests shouldn't depend on watir... we should fix that :)
Jarmo On Mon, Sep 27, 2010 at 3:38 PM, Željko Filipin <[email protected]> wrote: > On Fri, Sep 24, 2010 at 11:04 PM, Charley Baker <[email protected]> > wrote: >> running tests on various OSes. > > Just tried to run firewatir unit tests on Mac (found them in > /Library/Ruby/Gems/1.8/gems/firewatir-1.6.6.rc1/unittests) and got > > $ ruby mozilla_all_tests.rb > /Library/Ruby/Gems/1.8/gems/firewatir-1.6.6.rc1/unittests/setup.rb:13:in > `require': no such file to load -- watir (LoadError) > from > /Library/Ruby/Gems/1.8/gems/firewatir-1.6.6.rc1/unittests/setup.rb:13 > from mozilla_all_tests.rb:3:in `require' > from mozilla_all_tests.rb:3 > > I guess the problem with running unit tests from gem is not resolved then. > Or I am doing something wrong? > > Željko > > _______________________________________________ > Wtr-development mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-development > _______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
