Sha256: 9a5e59c101f4dd1b8cdf51cf83fc0bae10db6e1e703ec7b36aa16870e67bd931
Contents?: true
Size: 396 Bytes
Versions: 9
Compression:
Stored size: 396 Bytes
Contents
Feature: Display User object fields. Background: Given a new user Scenario: User has a uidnumber. Then I run the code: """ @user.uidnumber """ Then the result should be "1000" Scenario: Logged-in user is the current_role. Then I run the code: """ expect($conjur.current_role(Conjur.configuration.account).id.to_s).to eq("cucumber:user:admin") """
Version data entries
9 entries across 9 versions & 1 rubygems