projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add extra tests for API and redaction controllers
[rails.git]
/
lib
/
tasks
/
testing.rake
diff --git
a/lib/tasks/testing.rake
b/lib/tasks/testing.rake
index ec0bd945911f204fb9d0e111d9c2d04fb79632cf..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'
+ t.pattern =
"test/lib/**/*_test.rb"
end
end