mirror of
https://github.com/puppetlabs/vmpooler-provider-gce.git
synced 2026-01-26 03:18:41 -05:00
fix simplecov with jruby, add a .rubocop.yml config file
This commit is contained in:
parent
356dfb3f52
commit
55654387af
4 changed files with 58 additions and 5 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
# require 'simplecov'
|
||||
# SimpleCov.start do
|
||||
# add_filter '/spec/'
|
||||
# end
|
||||
require 'simplecov'
|
||||
SimpleCov.start do
|
||||
add_filter '/spec/'
|
||||
end
|
||||
require 'helpers'
|
||||
require 'rspec'
|
||||
require 'vmpooler'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue