I'm trying to get testing setup with Watir (safariwatir) specifically and watir-on-rails.
gem list safariwatir (0.3.3)
I updated the template here.
cat vendor/plugins/watir-on-rails/generators/watir/templates/watir_test.rb
looks like this currently.
require File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../test_helper'
class <%= class_name %>Test < ActiveSupport::TestCase include WatirOnRails
# Uncomment the following lines to specify a test server. # WatirOnRails defaults to http://localhost:3000