Sha256: 72e154acb19e03ebfcc58896813de9e855ba18137d833c0e03d998e9fc90959c

Contents?: true

Size: 453 Bytes

Versions: 3

Compression:

Stored size: 453 Bytes

Contents

require "rubygems"
require "bundler"
Bundler.setup
require "watirsplash"

<%= frameworks_banner %>

# Load the framework specified by the environment variable WATIRSPLASH_FRAMEWORK or WatirSplash::Util.framework
WatirSplash::Util.load_framework

require_all Dir.glob(File.join(File.dirname(__FILE__), "lib/**/*.rb"))
require_rel "config.rb"

# Add all your require statements into this file to avoid unnecessary
# code in your spec files

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
watirsplash-2.0.1.rc1 lib/watirsplash/generators/templates/new_project/environment.rb.tt
watirsplash-2.0.0 lib/watirsplash/generators/templates/new_project/environment.rb.tt
watirsplash-2.0.0.rc2 lib/watirsplash/generators/templates/new_project/environment.rb.tt