]> git.openstreetmap.org Git - rails.git/blob - lib/tasks/testing.rake
Credit the whole of UCL, rather than just the Bartlett / VR centre.
[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