Sha256: 86c17471523a9201e5f93e2d3d0d93eccc96f06704367fad183be03bb233b051
Contents?: true
Size: 506 Bytes
Versions: 56
Compression:
Stored size: 506 Bytes
Contents
@dsl Feature: Creating a resource Background: Scenario: Create with simple kind and id When I run script: """ resource "food", "bacon" """ Then the model should contain "resource" "cucumber:food:bacon" Scenario: Create with scope When I run script: """ scope "test" do resource "food", "bacon" end resource "food", "eggs" """ Then the model should contain "resource" "cucumber:food:test/bacon" And the model should contain "resource" "cucumber:food:eggs"
Version data entries
56 entries across 56 versions & 1 rubygems