To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorEvent managing
In order to recall data from past interactions
As an ygg user
I want to manage an event log
- Background Setting up the enviroment
-
- Given
- I have the base path "emulations/samples"
- And
- the class User has the field :name
- Scenarios
-
- Accessing the last event
-
- Given
-
the file "emulations/samples/event.ygg" contains:
- !ruby/object:YggDemo::User name: John Doe
- When
- I interact with the resource :event
- Then
- I should see that the last event loaded some User
Last published over 5 years ago by xaviervia.