Sha256: 1218f0d572b0f51a8a2197eeba9dc13683dde955b1810b93c66d26d0a40fe7c0
Contents?: true
Size: 644 Bytes
Versions: 56
Compression:
Stored size: 644 Bytes
Contents
@dsl Feature: Assigning ownership Background: Scenario: Create without ownership When I run script: """ role "user", "bob" """ Then the "role" "cucumber:user:bob" should not have an owner Scenario: Create with explicit ownership When I run script: """ role "user", "bob", ownerid: "foobar" """ Then the "role" "cucumber:user:bob" should be owned by "foobar" Scenario: Create with scoped ownership When I run script: """ role "user", "bob" do owns do resource "food", "bacon" end end """ Then the "resource" "cucumber:food:bacon" should be owned by "cucumber:user:bob"
Version data entries
56 entries across 56 versions & 1 rubygems