Sha256: f6178ad56eb9b8a82c8fe4b9db675e98d7fb1b9f0d84d2da35cfca8548368fdb

Contents?: true

Size: 446 Bytes

Versions: 1

Compression:

Stored size: 446 Bytes

Contents

Feature: Push
  I want to push a factbase

  Scenario: Push a small factbase
    Given We are online
    Given I make a temp directory
    Then I run bin/judges with "--verbose eval simple.fb '(0..1000).each { $fb.insert.foo = 42 }'"
    And Exit code is zero
    Then I run bin/judges with "push --token 00000000-0000-0000-0000-000000000000 --meta a:b --meta foo:bar simple simple.fb"
    Then Stdout contains "Pushed"
    And Exit code is zero

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
judges-0.16.0 features/push.feature