How to run tests in RSpec for Firefox

2 views
Skip to first unread message

al3kc

unread,
Oct 8, 2008, 7:31:34 AM10/8/08
to Watir General, rs...@googlegroups.com
Hi,

I use RSpec framework to run my tests. For IE I can run all tests like

require 'folder/TEst1.rb'
require 'folder/TEst2.rb'
require 'folder/TEst3.rb'

or

Dir['folder1/*.rb'].each {|test| require test }
Dir['folder2/*.rb'].each {|test| require test }

But when I try to run it in FF all tests fails. What is going wrong
for FF?
Reply all
Reply to author
Forward
0 new messages