projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use _html suffix to avoid using raw when displaying translated strings
[rails.git]
/
lib
/
tasks
/
testing.rake
1
task :test => :environment do
2
Rails::TestUnit::Runner.rake_run(["test/system"]) unless ENV.key?("TEST")
3
end
4
5
namespace :test do
6
task "lib" => "test:prepare" do
7
$LOAD_PATH << "test"
8
Rails::TestUnit::Runner.rake_run(["test/lib"])
9
end
10
end