Sha256: ae78acfd32b7c2d188e8ce5daaaa0dd221b5fef74e97656c305dafd9fa356edb

Contents?: true

Size: 579 Bytes

Versions: 10

Compression:

Stored size: 579 Bytes

Contents

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

# Uncomment following line to load functionality from ui-test-common
# WatirSplash::Util.load_common

# By default everything, which is not a spec file, will be loaded from spec directory
# and it's subdirectories
spec_dir = File.join(File.dirname(__FILE__), "spec/**/*.rb")
filtered_ruby_files = Dir.glob(spec_dir).delete_if do |file|
  File.basename(file) =~ /.*_spec\.rb$/
end
require_all filtered_ruby_files unless filtered_ruby_files.empty?
require_rel "config.rb"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
watirsplash-0.2.14 templates/project/environment.rb
watirsplash-0.2.12 templates/project/environment.rb
watirsplash-0.2.11 templates/project/environment.rb
watirsplash-0.2.10 templates/project/environment.rb
watirsplash-0.2.9 templates/project/environment.rb
watirsplash-0.2.8 templates/project/environment.rb
watirsplash-0.2.7 templates/project/environment.rb
watirsplash-0.2.6 templates/project/environment.rb
watirsplash-0.2.5 templates/project/environment.rb
watirsplash-0.2.4 templates/project/environment.rb