lib/watirsplash/generators/templates/new_project/environment.rb.tt in watirsplash-2.0.0.rc1 vs lib/watirsplash/generators/templates/new_project/environment.rb.tt in watirsplash-2.0.0.rc2

- old
+ new

@@ -6,10 +6,10 @@ <%= frameworks_banner %> # Load the framework specified by the environment variable WATIRSPLASH_FRAMEWORK or WatirSplash::Util.framework WatirSplash::Util.load_framework -require_all File.join(File.dirname(__FILE__), "lib/**/*.rb") +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