mirror of
https://github.com/puppetlabs/vmpooler-dns-gcp.git
synced 2026-01-26 02:58:42 -05:00
Add rakefile and rubocop config from other provider gems
This commit is contained in:
parent
5787a82a0b
commit
405b52b2e1
4 changed files with 85 additions and 12 deletions
14
spec/spec_helper.rb
Normal file
14
spec/spec_helper.rb
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'simplecov'
|
||||
SimpleCov.start do
|
||||
add_filter '/spec/'
|
||||
end
|
||||
|
||||
def project_root_dir
|
||||
File.dirname(File.dirname(__FILE__))
|
||||
end
|
||||
|
||||
def fixtures_dir
|
||||
File.join(project_root_dir, 'spec', 'fixtures')
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue