Skip to content

Commit b5748a7

Browse files
committed
adjusting tests
1 parent 9685d6c commit b5748a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/exe/matrix_from_metadata_v3_spec.rb

Lines changed: 5 additions & 5 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

0 commit comments

Comments
 (0)