From ffb274ea29831583a893ac090122593f8771fdc0 Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Wed, 5 Oct 2016 20:19:07 -0400 Subject: [PATCH] v0.0.19: Custom test commands Instead of always running the full test suite using: cage test frontend web You can now override the test command, and only run specific tests: cage test frontend web rake test:unit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fe44b34..c7c1d055 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cage" -version = "0.0.18" +version = "0.0.19" dependencies = [ "clippy 0.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "compose_yml 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a841e3df..f30df80c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cage" -version = "0.0.18" +version = "0.0.19" authors = ["Eric Kidd "] description = "Develop multi-pod docker-compose apps"