]> git.openstreetmap.org Git - rails.git/blobdiff - lib/tasks/testing.rake
Reorganise tests to match modern rails test layout
[rails.git] / lib / tasks / testing.rake
diff --git a/lib/tasks/testing.rake b/lib/tasks/testing.rake
new file mode 100644 (file)
index 0000000..7a915c2
--- /dev/null
@@ -0,0 +1,5 @@
+namespace :test do
+  Rails::TestTask.new(lib: "test:prepare") do |t|    
+    t.pattern = 'test/lib/**/*_test.rb'
+  end
+end