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