Sha256: 349512c4cf5e4199350821f67c8928d5e3d6de0af106f856f23798835cd610b5
Contents?: true
Size: 606 Bytes
Versions: 3
Compression:
Stored size: 606 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_spec_files = Dir.glob(spec_dir).delete_if do |file| File.directory?(file) || File.basename(file) =~ /.*spec\.rb$/ end require_rel filtered_spec_files require_rel "config.rb" require_rel "application_helper.rb"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
watirsplash-0.2.2 | templates/project/environment.rb |
watirsplash-0.2.1 | templates/project/environment.rb |
watirsplash-0.2.0 | templates/project/environment.rb |