Sha256: 3878eeef4c1101157ea2e4f71d505e59abe4a04bc4cfc83d4277bcea08e2471f
Contents?: true
Size: 473 Bytes
Versions: 2
Compression:
Stored size: 473 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' File.expand_path("../../watir-webdriver-rails", __FILE__) WatirWebdriverRails.host = "localhost" WatirWebdriverRails.port = 57124 Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f} RSpec.configure do |config| config.mock_with :rspec end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
watir-webdriver-rails-0.0.4 | spec/spec_helper.rb |
watir-webdriver-rails-0.0.3 | spec/spec_helper.rb |