If I have a vector of strings, I can join them to a single string using a separator:
assert_eq!("a b c", vec!["a", "b", "c&