summaryrefslogtreecommitdiffstats
path: root/tests/ui/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-10-12 16:34:21 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-11-02 18:19:30 +0100
commit409660b07ba75e6773441a630f9c26eba9dea1da (patch)
tree3466fb2e6e0267547c46dbc945ba8b5d4d3901bb /tests/ui/Cargo.toml
parent49af82cc68580568c0301dc14695988dd39c738e (diff)
Add test: check whether default configuration is added when imag-init is called
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'tests/ui/Cargo.toml')
-rw-r--r--tests/ui/Cargo.toml13
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/ui/Cargo.toml b/tests/ui/Cargo.toml
index d5595ca0..44f2d8d7 100644
--- a/tests/ui/Cargo.toml
+++ b/tests/ui/Cargo.toml
@@ -10,9 +10,10 @@ edition = "2018"
publish = false
[dependencies]
-assert_cmd = "0.11"
-assert_fs = "0.11"
-duct = "0.13"
-env_logger = "0.7"
-log = "0.4"
-predicates = "1"
+assert_cmd = "0.11"
+assert_fs = "0.11"
+duct = "0.13"
+env_logger = "0.7"
+log = "0.4"
+predicates = "1"
+pretty_assertions = "0.6"