nurl/tests/integration.rs
2023-01-03 13:34:06 -05:00

9 lines
146 B
Rust

use trycmd::TestCases;
#[test]
fn integration() {
TestCases::new()
.default_bin_name("nurl")
.case("tests/cmd/**/*.toml");
}