Sha256: 0f75e0f7428a158dfe521d6c3ff5eb9e9a8d0f247e26cedb32f2c3b5255be4a6

Contents?: true

Size: 433 Bytes

Versions: 8

Compression:

Stored size: 433 Bytes

Contents

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

# by default everything, which is not a spec file, will be loaded
local_dir = File.join(File.dirname(__FILE__), "**/*.rb")
filtered_ruby_files = Dir.glob(local_dir).delete_if do |file|
  File.directory?(file) || File.basename(file) =~ /(ide_runner|config|_spec)\.rb$/
end
require_all filtered_ruby_files
require_rel "config.rb"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
watirspec-0.1.7 templates/project/environment.rb
watirspec-0.1.6 templates/project/environment.rb
watirspec-0.1.5 templates/project/environment.rb
watirspec-0.1.4 templates/project/environment.rb
watirspec-0.1.3 templates/project/environment.rb
watirspec-0.1.2 templates/project/environment.rb
watirspec-0.1.1 templates/project/environment.rb
watirspec-0.1.0 templates/project/environment.rb