projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Localisation updates from https://translatewiki.net.
[rails.git]
/
lib
/
tasks
/
testing.rake
diff --git
a/lib/tasks/testing.rake
b/lib/tasks/testing.rake
index 7a915c22858e8b9aaeb09a47832c1912f16e4c2a..ffee7f050716f647146482a84a9e4f6ba5e4c4de 100644
(file)
--- a/
lib/tasks/testing.rake
+++ b/
lib/tasks/testing.rake
@@
-1,5
+1,5
@@
namespace :test do
- Rails::TestTask.new(lib: "test:prepare") do |t|
- t.pattern =
'test/lib/**/*_test.rb'
+ Rails::TestTask.new(lib: "test:prepare") do |t|
+ t.pattern =
"test/lib/**/*_test.rb"
end
end