summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/configuration.rs
diff options
context:
space:
mode:
authorTiffany Le-Nguyen <letiffany.nguyen@gmail.com>2019-07-19 16:18:52 -0400
committerMatan Kushner <hello@matchai.me>2019-07-19 16:18:52 -0400
commit08cf33522af2dde17de6645ce2015fa4e87a6a68 (patch)
tree0330aab2abf5ee9d22e28ac5179838b6bbc9a7b2 /tests/testsuite/configuration.rs
parent025c0e5e8530ee1f53d2a45cd1d1de437cc2e819 (diff)
docs: Add vuepress with initial docs (#99)
Co-authored-by: Tiffany Le-Nguyen <tlenguyen@expedia.com> Co-authored-by: Matan Kushner <hello@matchai.me>
Diffstat (limited to 'tests/testsuite/configuration.rs')
-rw-r--r--tests/testsuite/configuration.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testsuite/configuration.rs b/tests/testsuite/configuration.rs
index 231e0b99a..189ee3658 100644
--- a/tests/testsuite/configuration.rs
+++ b/tests/testsuite/configuration.rs
@@ -7,9 +7,9 @@ use crate::common::{self, TestCommand};
fn char_symbol_configuration() -> io::Result<()> {
let expected = format!("{} ", Color::Green.bold().paint("❯"));
- let output = common::render_module("char")
+ let output = common::render_module("character")
.use_config(toml::toml! {
- [char]
+ [character]
symbol = "❯"
})
.output()?;