Sha256: eb06522938dfc7ce0aa3f1a4ff48e1a3df38af3097087d5d91c27da2edab9635
Contents?: true
Size: 481 Bytes
Versions: 26
Compression:
Stored size: 481 Bytes
Contents
@models Feature: Lookup model properties Scenario: I should be able to inject model properties Given I have the following keys setup in Redis | key | value | | employees/1 | Employee 1 | | employees/2 | Employee 2 | | employees/3 | Employee 3 | | employees/4 | Employee 4 | | employers/4 | Employee 5 | When I create an instance of the "employee" class with id "1" Then I model created should have "name" "Employee 1"
Version data entries
26 entries across 26 versions & 1 rubygems