Sha256: cd4c8b31474310164eca5ff7a75b11b4231e7912cb4ec68727bcc59610df1178
Contents?: true
Size: 214 Bytes
Versions: 11
Compression:
Stored size: 214 Bytes
Contents
When(/^I get the API list of autons$/) do get '/autons.json' end Then(/^result should contain the started auton$/) do expect(last_response).to be_ok expect(JSON.parse(last_response.body)).not_to be_empty end
Version data entries
11 entries across 11 versions & 1 rubygems