Sha256: bfe9b53450b7a84790c7870fccc6411284d1d3d61268a129beeb918945b9bd3f
Contents?: true
Size: 641 Bytes
Versions: 6
Compression:
Stored size: 641 Bytes
Contents
Feature: Submit As a user I want to submit jobs So that jobs can be run on the xgrid Scenario: Have a submit command When I successfully run `rjsubmit` Then the output should contain "rjsubmit [options] <filename>" Scenario: Submit a job input files will return a jobs file Given a file named "VAA.myJobs" with: """ JobName: VAA JobId: 1-10 Command: ~/plays/cpp/testGrid/a.out """ When I successfully run `rjsubmit VAA.myJobs` Then show me the output Then a file named "VAA.rjobs" should exist And the file "VAA.rjobs" should match /(VAA\d+\t\d+\n)+/
Version data entries
6 entries across 6 versions & 1 rubygems