mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
11 lines
331 B
Ruby
11 lines
331 B
Ruby
require 'spec_helper'
|
|
|
|
# The only method previously tested here was '#get_domain_for_pool'
|
|
# which was moved to Vmpooler::Dns as the more appropriate class
|
|
#
|
|
# TODO: Add tests for last remaining method, or move to more appropriate class
|
|
describe 'Vmpooler::Parsing' do
|
|
let(:pool) { 'pool1' }
|
|
subject { Vmpooler::Parsing }
|
|
|
|
end
|