mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Integrate nonstandard pooler service into vmfloaty
This commit is contained in:
parent
e78bcc6216
commit
ca5b0f5e8b
12 changed files with 1190 additions and 482 deletions
|
|
@ -1,6 +1,13 @@
|
|||
require 'vmfloaty'
|
||||
require 'webmock/rspec'
|
||||
|
||||
# Mock Commander Options object to allow pre-population with values
|
||||
class MockOptions < Commander::Command::Options
|
||||
def initialize(values = {})
|
||||
@table = values
|
||||
end
|
||||
end
|
||||
|
||||
RSpec.configure do |config|
|
||||
config.color = true
|
||||
config.tty = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue