mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Merge pull request #281 from mattkirby/pooler_109
(POOLER-109) Allow API to run independently
This commit is contained in:
commit
95d9c83479
13 changed files with 229 additions and 149 deletions
|
|
@ -22,12 +22,10 @@ describe Vmpooler::API do
|
|||
end
|
||||
|
||||
context '/dashboard/' do
|
||||
let(:config) { {
|
||||
config: {'site_name' => 'test pooler'}
|
||||
} }
|
||||
ENV['SITE_NAME'] = 'test pooler'
|
||||
ENV['VMPOOLER_CONFIG'] = 'thing'
|
||||
|
||||
before do
|
||||
$config = config
|
||||
get '/dashboard/'
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue