We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec271f commit 2b4f2bdCopy full SHA for 2b4f2bd
spec/20/Dockerfile_spec.rb
@@ -12,9 +12,10 @@
12
create_image(tag)
13
end
14
15
- version = dockerfile_node_version("../../#{tag}/Dockerfile")
16
-
17
- test_node(version)
+ it 'version matches' do
+ version = dockerfile_node_version("../../#{tag}/Dockerfile")
+ test_node(version)
18
+ end
19
20
test_npm
21
spec/22/Dockerfile_spec.rb
+ it 'versions match' do
0 commit comments