tests: minitest + rack-test suite, bin/test with ephemeral Postgres
This commit is contained in:
parent
8468b3d099
commit
43bed98329
13 changed files with 456 additions and 2 deletions
9
Rakefile
Normal file
9
Rakefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
require 'rake/testtask'
|
||||
|
||||
Rake::TestTask.new(:test) do |t|
|
||||
t.libs << 'test'
|
||||
t.pattern = 'test/*_test.rb'
|
||||
t.warning = false
|
||||
end
|
||||
|
||||
task default: :test
|
||||
Loading…
Add table
Add a link
Reference in a new issue