mirror of
https://github.com/puppetlabs/vmpooler-dns-gcp.git
synced 2026-01-25 18:48:42 -05:00
Renamed spec files
This commit is contained in:
parent
63c15c3cbb
commit
735f57c754
3 changed files with 4 additions and 4 deletions
|
|
@ -23,4 +23,4 @@ end
|
||||||
|
|
||||||
def mock_Google_Cloud_Dns_Project_Connection(options = {})
|
def mock_Google_Cloud_Dns_Project_Connection(options = {})
|
||||||
MockGoogleCloudDnsProjectConnection.new()
|
MockGoogleCloudDnsProjectConnection.new()
|
||||||
end
|
end
|
||||||
|
|
@ -9,7 +9,7 @@ require 'rspec'
|
||||||
require 'vmpooler'
|
require 'vmpooler'
|
||||||
require 'redis'
|
require 'redis'
|
||||||
require 'vmpooler/metrics'
|
require 'vmpooler/metrics'
|
||||||
require 'clouddns_helper'
|
require 'gcp_helper'
|
||||||
|
|
||||||
def project_root_dir
|
def project_root_dir
|
||||||
File.dirname(File.dirname(__FILE__))
|
File.dirname(File.dirname(__FILE__))
|
||||||
|
|
@ -17,4 +17,4 @@ end
|
||||||
|
|
||||||
def fixtures_dir
|
def fixtures_dir
|
||||||
File.join(project_root_dir, 'spec', 'fixtures')
|
File.join(project_root_dir, 'spec', 'fixtures')
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -291,4 +291,4 @@ EOT
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue