Sha256: e5f6c0c2a258ea3211ca55d436066ad8a34ef41a3e039d626a37e13158b8bbdc

Contents?: true

Size: 469 Bytes

Versions: 11

Compression:

Stored size: 469 Bytes

Contents

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

<%= load_common_cmd %>

# 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$/i
end
require_all filtered_ruby_files
require_rel "config.rb"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
watirsplash-1.4.3 lib/watirsplash/generators/templates/new_project/environment.rb.tt
watirsplash-1.4.2 lib/watirsplash/generators/templates/new_project/environment.rb.tt
watirsplash-1.4.1 lib/watirsplash/generators/templates/new_project/environment.rb.tt
watirsplash-1.4.0 lib/watirsplash/generators/templates/new_project/environment.rb.tt
watirsplash-1.3.0 lib/watirsplash/generators/templates/new_project/environment.rb.tt
watirsplash-1.2.1 lib/watirsplash/generators/templates/new_project/environment.rb.tt
watirsplash-1.2.0 lib/watirsplash/generators/templates/new_project/environment.rb.tt
watirsplash-1.1.2 lib/watirsplash/generators/templates/new_project/environment.rb.tt
watirsplash-1.1.1 lib/watirsplash/generators/templates/new_project/environment.rb.tt
watirsplash-1.1.0 lib/watirsplash/generators/templates/new_project/environment.rb.tt
watirsplash-1.0.0 lib/watirsplash/generators/templates/new_project/environment.rb.tt