diff --git a/spec/clouddns_helper.rb b/spec/gcp_helper.rb similarity index 99% rename from spec/clouddns_helper.rb rename to spec/gcp_helper.rb index 9d072d8..65add92 100644 --- a/spec/clouddns_helper.rb +++ b/spec/gcp_helper.rb @@ -23,4 +23,4 @@ end def mock_Google_Cloud_Dns_Project_Connection(options = {}) MockGoogleCloudDnsProjectConnection.new() -end \ No newline at end of file +end diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 8693400..1891dfa 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -9,7 +9,7 @@ require 'rspec' require 'vmpooler' require 'redis' require 'vmpooler/metrics' -require 'clouddns_helper' +require 'gcp_helper' def project_root_dir File.dirname(File.dirname(__FILE__)) @@ -17,4 +17,4 @@ end def fixtures_dir File.join(project_root_dir, 'spec', 'fixtures') -end \ No newline at end of file +end diff --git a/spec/unit/dns/clouddns_spec.rb b/spec/unit/dns/gcp_spec.rb similarity index 99% rename from spec/unit/dns/clouddns_spec.rb rename to spec/unit/dns/gcp_spec.rb index c8841b7..2c16907 100644 --- a/spec/unit/dns/clouddns_spec.rb +++ b/spec/unit/dns/gcp_spec.rb @@ -291,4 +291,4 @@ EOT end end end -end \ No newline at end of file +end