File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed
Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ echo 'TODO slevenick write tests'
77pushd " magic-modules/build/inspec/libraries"
88
99bundle install
10- rspec -I . ../test/unit
10+ rspec -I . ../test/unit/ *
1111
1212popd
Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ overrides: !ruby/object:Provider::ResourceOverrides
9797 VpnTunnel : !ruby/object:Provider::Inspec::ResourceOverride
9898 exclude : true
9999files : !ruby/object:Provider::Config::Files
100+ copy :
101+ <%= lines(indent(compile('provider/inspec/common~copy.yaml'), 4)) - % >
100102style :
101103functions :
102104changelog :
Original file line number Diff line number Diff line change 1+ # Copyright 2017 Google Inc.
2+ # Licensed under the Apache License, Version 2.0 (the "License");
3+ # you may not use this file except in compliance with the License.
4+ # You may obtain a copy of the License at
5+ #
6+ # http://www.apache.org/licenses/LICENSE-2.0
7+ #
8+ # Unless required by applicable law or agreed to in writing, software
9+ # distributed under the License is distributed on an "AS IS" BASIS,
10+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+ # See the License for the specific language governing permissions and
12+ # limitations under the License.
13+
14+ # These files are okay to be copied "AS-IS" to the module's final destination:
15+
16+ ' libraries/google/hash_utils.rb ' : ' google/hash_utils.rb'
17+ ' libraries/google/string_utils.rb ' : ' google/string_utils.rb'
You can’t perform that action at this time.
0 commit comments