diff --git a/integration/.gitignore b/rojo-e2e/.gitignore similarity index 100% rename from integration/.gitignore rename to rojo-e2e/.gitignore diff --git a/integration/Cargo.lock b/rojo-e2e/Cargo.lock similarity index 59% rename from integration/Cargo.lock rename to rojo-e2e/Cargo.lock index 02b1e530..0b6ac389 100644 --- a/integration/Cargo.lock +++ b/rojo-e2e/Cargo.lock @@ -1,4 +1,4 @@ [[package]] -name = "integration" +name = "rojo-e2e" version = "0.1.0" diff --git a/integration/Cargo.toml b/rojo-e2e/Cargo.toml similarity index 81% rename from integration/Cargo.toml rename to rojo-e2e/Cargo.toml index 769e48aa..8afc532d 100644 --- a/integration/Cargo.toml +++ b/rojo-e2e/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "integration" +name = "rojo-e2e" version = "0.1.0" authors = ["Lucien Greathouse "] diff --git a/integration/README.md b/rojo-e2e/README.md similarity index 83% rename from integration/README.md rename to rojo-e2e/README.md index e211270b..6dbb1cca 100644 --- a/integration/README.md +++ b/rojo-e2e/README.md @@ -1,2 +1,2 @@ -# Rojo Integration Runner +# Rojo End-to-End This is a WIP test runner designed for Rojo. It will eventually start up the Rojo server and plugin and test functionality end-to-end. \ No newline at end of file diff --git a/integration/src/main.rs b/rojo-e2e/src/main.rs similarity index 100% rename from integration/src/main.rs rename to rojo-e2e/src/main.rs