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