Skip to content

Commit

Permalink
Tests: Fixing AsciiDoctor-revealjs test
Browse files Browse the repository at this point in the history
Signed-off-by: Damien DUPORTAL <[email protected]>
  • Loading branch information
dduportal committed Jan 11, 2018
1 parent cca8ddd commit 00d47ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_suite.bats
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ teardown() {
}

@test "asciidoctor-revealjs is callable without error" {
docker run -t --rm "${DOCKER_IMAGE_NAME}" asciidoctor-revealjs -v
docker run -t --rm "${DOCKER_IMAGE_NAME_TO_TEST}" asciidoctor-revealjs -v
}

@test "make is installed and in the path" {
Expand Down

0 comments on commit 00d47ab

Please sign in to comment.