features/create.feature in bukkit-2.4.2 vs features/create.feature in bukkit-2.5.0
- old
+ new
@@ -2,7 +2,12 @@
In order to manage a server better.
As a server admin.
I want to be able to create a new server easily.
Scenario: Create a new server
- When I run "bukkit new MC" with the options "--rb --no-start"
- Then the file "MC/craftbukkit.jar" should exist
+ When I run `bukkit new MC --rb --nostart`
+ Then the file "MC/craftbukkit.jar" should exist
+ And the exit code should be 0
+
+ Scenario: Create a new server with no name
+ When I run `bukkit new`
+ Then the exit code should be 1
\ No newline at end of file