Sha256: 43689bc6c16ce024faddcfa887d6e0c4d2a0bd52b5dd13bc12980090403c074a

Contents?: true

Size: 421 Bytes

Versions: 26

Compression:

Stored size: 421 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 simple simple.fb"
    Then Stdout contains "Pushed"
    And Exit code is zero

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
judges-0.15.6 features/push.feature
judges-0.15.5 features/push.feature
judges-0.15.4 features/push.feature
judges-0.15.3 features/push.feature
judges-0.15.2 features/push.feature
judges-0.15.1 features/push.feature
judges-0.15.0 features/push.feature
judges-0.14.0 features/push.feature
judges-0.13.3 features/push.feature
judges-0.13.2 features/push.feature
judges-0.13.1 features/push.feature
judges-0.13.0 features/push.feature
judges-0.12.0 features/push.feature
judges-0.11.0 features/push.feature
judges-0.10.0 features/push.feature
judges-0.9.0 features/push.feature
judges-0.8.0 features/push.feature
judges-0.7.0 features/push.feature
judges-0.6.0 features/push.feature
judges-0.5.0 features/push.feature