File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spec/acceptance/puppet/modulebuilder Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
end
53
53
end
54
54
55
- RSpec ::Matchers . define :be_identical_as_soource do
55
+ RSpec ::Matchers . define :be_identical_as_source do
56
56
match do |actual |
57
57
@source = Dir . glob ( actual , base : module_source )
58
58
@extracted = Dir . glob ( actual , base : extracted_module_path )
95
95
expect ( 'appveyor.yml' ) . to be_an_empty_glob
96
96
97
97
# Important Extracted files
98
- expect ( 'manifests/*' ) . to be_identical_as_soource
99
- expect ( 'templates/*' ) . to be_identical_as_soource
100
- expect ( 'lib/*' ) . to be_identical_as_soource
98
+ expect ( 'manifests/*' ) . to be_identical_as_source
99
+ expect ( 'templates/*' ) . to be_identical_as_source
100
+ expect ( 'lib/*' ) . to be_identical_as_source
101
101
end
102
102
end
103
103
end
You can’t perform that action at this time.
0 commit comments