Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Add functional test for create #448

Merged
merged 7 commits into from
Aug 19, 2020
11 changes: 11 additions & 0 deletions functional/core/core_feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,17 @@
],
"result":"Show current context."
},
{
"entry":"Create",
"steps":[
{
"key":"",
"value":"create",
"action":"main"
}
],
"result":"Create a new formula."
},
{
"entry":"Help",
"steps":[
Expand Down
3 changes: 2 additions & 1 deletion functional/core/core_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ var _ = Describe("RitCore", func() {
Entry(scenariosCore[15].Entry, scenariosCore[15]),
Entry(scenariosCore[16].Entry, scenariosCore[16]),
Entry(scenariosCore[17].Entry, scenariosCore[17]),
Entry(scenariosCore[18].Entry, scenariosCore[18]),
Entry(scenariosCore[17].Entry, scenariosCore[18]),
Entry(scenariosCore[18].Entry, scenariosCore[19]),
)
})