Skip to content

Commit

Permalink
Need to build all containers before running tests
Browse files Browse the repository at this point in the history
Expectation won't match otherwise (as output includes all build info).
  • Loading branch information
joergschiller committed Apr 16, 2019
1 parent 18c8da5 commit 70d0fab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/test_with_docker.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
require 'minitest/autorun'

class WithDockerTest < Minitest::Test
# Run code before a group of test (see: https://github.com/seattlerb/minitest#how-to-run-code-before-a-group-of-tests)
SETUP = begin
`docker-compose build`
end

def test_centos_6
test with: 'centos_6'
end
Expand Down

0 comments on commit 70d0fab

Please sign in to comment.