We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181f07b commit c7a5d4eCopy full SHA for c7a5d4e
spec/octocatalog-diff/integration/fact_file_by_branch_spec.rb
@@ -167,7 +167,7 @@
167
end
168
169
it 'should contain resources generated from the proper fact file' do
170
- expect(@result.stdout).to match(/"10.20.30.40"/)
+ expect(@result.stdout).to match(/"10\.20\.30\.40"/)
171
172
173
@@ -196,6 +196,6 @@
196
197
198
199
- expect(@result.stdout).to match(/"10.30.50.70"/)
+ expect(@result.stdout).to match(/"10\.30\.50\.70"/)
200
201
0 commit comments