Sha256: 9f689ab992fbdbc183d6f9c850338496f03531a61290c2672c6b7191d8ae93ab

Contents?: true

Size: 320 Bytes

Versions: 1

Compression:

Stored size: 320 Bytes

Contents

$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require "<%= name.downcase %>"
require "watir_session"

WatirSession.start

include <%= name.capitalize %>

RSpec.configure do |config|
  config.before(:each) do
    WatirSession.before_each
  end

  config.after(:each) do
    WatirSession.after_each
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
watir_framework-0.1.3 generators/new_project/templates/spec/spec_helper.rb.erb