Sha256: bb3c95b89a58176ed36aa5533bd58ab065b72f7ab5064b15bf78565312bf56e7
Contents?: true
Size: 491 Bytes
Versions: 2
Compression:
Stored size: 491 Bytes
Contents
# encoding: utf-8 require 'rubygems' ENV["RAILS_ENV"] ||= 'test' require File.expand_path("../rails/config/environment", __FILE__) require 'rspec/rails' #require 'watir-webdriver-rails' require File.expand_path("../../lib/watir-webdriver-rails", __FILE__) WatirWebdriverRails.host = "localhost" WatirWebdriverRails.port = 57124 WatirWebdriverRails.close_browser_after_finish = true Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f} RSpec.configure do |config| end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
watir-webdriver-rails-0.0.8 | spec/spec_helper.rb |
watir-webdriver-rails-0.0.7 | spec/spec_helper.rb |