]> git.openstreetmap.org Git - rails.git/blob - lib/tasks/testing.rake
Fix rubocop style issues
[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