Groups
Groups
Sign in
Groups
Groups
Watir General
Conversations
About
Send feedback
Help
How to run tests in RSpec for Firefox
2 views
Skip to first unread message
al3kc
unread,
Oct 8, 2008, 7:31:34 AM
10/8/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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