Rename 'integration' to 'rojo-e2e'

This commit is contained in:
Lucien Greathouse
2018-08-26 01:13:57 -07:00
parent 81a18e88ad
commit 284f423220
5 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
[[package]]
name = "integration"
name = "rojo-e2e"
version = "0.1.0"

View File

@@ -1,5 +1,5 @@
[package]
name = "integration"
name = "rojo-e2e"
version = "0.1.0"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]

View File

@@ -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.