features/pull.feature in judges-0.20.0 vs features/pull.feature in judges-0.21.0
- old
+ new
@@ -1,12 +1,10 @@
Feature: Pull
I want to pull a factbase
- Scenario: Pull a small factbase
+ Scenario: Pull a small factbase, which is absent on the server
Given We are online
Given I make a temp directory
- Then I run bin/judges with "--verbose pull --token 00000000-0000-0000-0000-000000000000 --wait=15 simple simple.fb"
- Then Stdout contains "Pulled"
- And Exit code is zero
- Then I run bin/judges with "inspect simple.fb"
+ Then I run bin/judges with "--verbose pull --token 00000000-0000-0000-0000-000000000000 --wait=15 {FAKE-NAME} simple.fb"
+ Then Stdout contains "doesn't exist at www.zerocracy.com"
And Exit code is zero