Skip to content

Commit 66ebdba

Browse files
committed
fixup
1 parent 2330005 commit 66ebdba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/exe/matrix_from_metadata_v3_spec.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'::group::spec_matrix'
4242
)
4343
expect(github_output_content).to include(matrix)
44-
expect(github_output_content).to include('spec_matrix={"include":[{"puppet_version":"~> 7.24","ruby_version":2.7},{"puppet_version":"~> 8.0","ruby_version":3.2}]}')
44+
expect(github_output_content).to include('spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}')
4545
end
4646
end
4747

@@ -82,7 +82,7 @@
8282
)
8383
expect(github_output_content).to include(matrix)
8484
expect(github_output_content).to include(
85-
'spec_matrix={"include":[{"puppet_version":"~> 7.24","ruby_version":2.7},{"puppet_version":"~> 8.0","ruby_version":3.2}]}'
85+
'spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}'
8686
)
8787
end
8888
end
@@ -122,7 +122,7 @@
122122
)
123123
expect(github_output_content).to include(matrix)
124124
expect(github_output_content).to include(
125-
'spec_matrix={"include":[{"puppet_version":"~> 7.24","ruby_version":2.7},{"puppet_version":"~> 8.0","ruby_version":3.2}]}'
125+
'spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}'
126126
)
127127
end
128128
end
@@ -162,7 +162,7 @@
162162
)
163163
expect(github_output_content).to include(matrix)
164164
expect(github_output_content).to include(
165-
'spec_matrix={"include":[{"puppet_version":"~> 7.24","ruby_version":2.7},{"puppet_version":"~> 8.0","ruby_version":3.2}]}'
165+
'spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}'
166166
)
167167
end
168168
end
@@ -198,7 +198,7 @@
198198
)
199199
expect(github_output_content).to include(matrix)
200200
expect(github_output_content).to include(
201-
'spec_matrix={"include":[{"puppet_version":"~> 7.24","ruby_version":2.7},{"puppet_version":"~> 8.0","ruby_version":3.2}]}'
201+
'spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}'
202202
)
203203
end
204204
end
@@ -236,7 +236,7 @@
236236
'"collection":["2023.8.0-puppet_enterprise","2021.7.9-puppet_enterprise","puppet8-nightly"'
237237
)
238238
expect(github_output_content).to include(
239-
'spec_matrix={"include":[{"puppet_version":"~> 7.24","ruby_version":2.7},{"puppet_version":"~> 8.0","ruby_version":3.2}]}'
239+
'spec_matrix={"include":[{"puppet_version":"~> 8.0","ruby_version":3.2}]}'
240240
)
241241
end
242242
end

0 commit comments

Comments
 (0)