We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312c119 commit bd88a93Copy full SHA for bd88a93
spec/acceptance/puppet/modulebuilder/builder_spec.rb
@@ -52,7 +52,7 @@
52
end
53
54
55
- RSpec::Matchers.define :be_identical_as_soource do
+ RSpec::Matchers.define :be_identical_as_source do
56
match do |actual|
57
@source = Dir.glob(actual, base: module_source)
58
@extracted = Dir.glob(actual, base: extracted_module_path)
@@ -95,9 +95,9 @@
95
expect('appveyor.yml').to be_an_empty_glob
96
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
+ expect('manifests/*').to be_identical_as_source
+ expect('templates/*').to be_identical_as_source
+ expect('lib/*').to be_identical_as_source
101
102
103
0 commit comments