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

Commit

Permalink
[test] remove duplicate test from tutorial
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Dittrich <ld.dittrich@gmail.com>
  • Loading branch information
dittrichlucas committed Aug 24, 2020
1 parent 287882a commit d6e2210
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
16 changes: 0 additions & 16 deletions functional/core/core_feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,22 +318,6 @@
],
"result":"Use \"rit <command> --help\" for more information about a given command."
},
{
"entry":"Tutorial enable",
"steps":[
{
"key":"",
"value":"tutorial",
"action":"main"
},
{
"key":"Status tutorial?",
"value":"enabled",
"action":"select"
}
],
"result":"Set tutorial successful!"
},
{
"entry":"Tutorial disable",
"steps":[
Expand Down
1 change: 0 additions & 1 deletion functional/core/core_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,5 @@ var _ = Describe("RitCore", func() {
Entry(scenariosCore[20].Entry, scenariosCore[20]),
Entry(scenariosCore[21].Entry, scenariosCore[21]),
Entry(scenariosCore[22].Entry, scenariosCore[22]),
Entry(scenariosCore[23].Entry, scenariosCore[23]),
)
})

0 comments on commit d6e2210

Please sign in to comment.