adding an api endpoint to print the current full config

This commit is contained in:
Samuel Beaulieu 2022-03-30 12:50:12 -05:00
parent 1005a33ed2
commit 9a9dfce316
No known key found for this signature in database
GPG key ID: 12030F74136D0F34
3 changed files with 19 additions and 3 deletions

View file

@ -1,9 +1,7 @@
require 'simplecov'
=begin
SimpleCov.start do
add_filter '/spec/'
end
=end
require 'helpers'
require 'rspec'
require 'vmpooler'