]> git.openstreetmap.org Git - rails.git/blobdiff - lib/tasks/testing.rake
A couple more tweaks to Mac install docs
[rails.git] / lib / tasks / testing.rake
index 6335adf876da70ca13d8bdc6327c6a6e001337ff..924698c7fb115584a78dc11e2bd2dff87ba45f23 100644 (file)
@@ -1,3 +1,7 @@
+task "test" do
+  Rails::TestUnit::Runner.rake_run(["test/system"])
+end
+
 namespace :test do
   task "lib" => "test:prepare" do
     $LOAD_PATH << "test"