Add foundations for 'rojo serve' tests

This commit is contained in:
Lucien Greathouse
2019-09-03 13:48:27 -07:00
parent 6747d97d60
commit f1729163cf
7 changed files with 65 additions and 10 deletions

2
Cargo.lock generated
View File

@@ -1572,7 +1572,9 @@ dependencies = [
name = "rojo-test"
version = "0.1.0"
dependencies = [
"env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"insta 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"reqwest 0.9.20 (registry+https://github.com/rust-lang/crates.io-index)",
"rojo 0.5.0",