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