Set config via env for dashboard spec

This commit is contained in:
kirby@puppetlabs.com 2018-07-11 16:57:06 -07:00
parent 528020fec7
commit b4bae80eeb
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@ describe Vmpooler::API do
context '/dashboard/' do
ENV['SITE_NAME'] = 'test pooler'
ENV['VMPOOLER_CONFIG'] = 'thing'
before do
get '/dashboard/'