Reorganise tests to match modern rails test layout
This commit is contained in:
parent
1ea64ea977
commit
98184dfb9c
74 changed files with 78 additions and 73 deletions
5
lib/tasks/testing.rake
Normal file
5
lib/tasks/testing.rake
Normal file
|
@ -0,0 +1,5 @@
|
|||
namespace :test do
|
||||
Rails::TestTask.new(lib: "test:prepare") do |t|
|
||||
t.pattern = 'test/lib/**/*_test.rb'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue