mirror of
https://github.com/puppetlabs/vmpooler-dns-gcp.git
synced 2026-01-26 02:58:42 -05:00
Add rspec tests
This commit is contained in:
parent
103a73b298
commit
fb8c168751
6 changed files with 376 additions and 19 deletions
|
|
@ -4,6 +4,12 @@ require 'simplecov'
|
|||
SimpleCov.start do
|
||||
add_filter '/spec/'
|
||||
end
|
||||
require 'helpers'
|
||||
require 'rspec'
|
||||
require 'vmpooler'
|
||||
require 'redis'
|
||||
require 'vmpooler/metrics'
|
||||
require 'clouddns_helper'
|
||||
|
||||
def project_root_dir
|
||||
File.dirname(File.dirname(__FILE__))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue