projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Redirect to the error page for non-existent issues
[rails.git]
/
lib
/
tasks
/
testing.rake
diff --git
a/lib/tasks/testing.rake
b/lib/tasks/testing.rake
index c9b384cfe48e8ee9c4067949759dd20021bf5cd9..720530256e59494ceac956fb43d828c177031e90 100644
(file)
--- a/
lib/tasks/testing.rake
+++ b/
lib/tasks/testing.rake
@@
-1,4
+1,4
@@
-task
"test"
do
+task
:test => :environment
do
Rails::TestUnit::Runner.rake_run(["test/system"]) unless ENV.key?("TEST")
end