Rakefile in scout-5.4.4.alpha vs Rakefile in scout-5.4.5.alpha
- old
+ new
@@ -3,5 +3,9 @@
# Provides the Following tasks:
#
# rake build # Builds gem into the pkg directory
# rake install # Build and install the current version into system gems
# rake release # Create, tag, build, and publish the current version to rubygems.org
+
+task :test do
+ require "test/scout_test"
+end
\ No newline at end of file