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