Sha256: e80f8be58d38fedfccf62b7109f157410c7374e4fca5da2ff2d2f3c353e0050a

Contents?: true

Size: 430 Bytes

Versions: 6

Compression:

Stored size: 430 Bytes

Contents

Feature: List Jobs
	As a user
	I want to have a function to list all jobs
	So as I can see a list of jobs

	Background:


	Scenario: list all jobs
		Given a file named "test_jobs.rjob" with:
		"""
		VAA1 1
		VAA2 2
		VAA3 3
		VAA4 4
		VAA5 5
		VAA6 6
		VAA7 7
		"""
		When I successfully run `rjstatus test_jobs.rjob`    
		Then each line of the output should match /VAA\d+ - (Finished|Failed|Not Exist)/
		And show me the output

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rjobs-0.3.3.alpha features/listJobs.feature
rjobs-0.3.2.alpha features/listJobs.feature
rjobs-0.3.1.alpha features/listJobs.feature
rjobs-0.3.0.alpha features/listJobs.feature
rjobs-0.2.0.alpha features/listJobs.feature
rjobs-0.1.0.alpha features/listJobs.feature