Sha256: 8cc6f38c4d8a03cb9bd84f1e7657303464d95e6cca66f2d07910b5b429b59832
Contents?: true
Size: 481 Bytes
Versions: 2
Compression:
Stored size: 481 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("../../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.6 | spec/spec_helper.rb |
watir-webdriver-rails-0.0.5 | spec/spec_helper.rb |