mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-21 08:41:22 +02:00
9 lines
251 B
Gherkin
9 lines
251 B
Gherkin
Feature: dummy
|
|
Display an dummy image without using an existing image on file.
|
|
|
|
Scenario: Set source to be dummy
|
|
Given Set src "dummy"
|
|
When Get image
|
|
Then Returns status code "200"
|
|
And Compares to image "dummy"
|