projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[rails.git]
/
lib
/
tasks
/
testing.rake
1
namespace :test do
2
Rails::TestTask.new(lib: "test:prepare") do |t|
3
t.pattern = "test/lib/**/*_test.rb"
4
end
5
end