features/aka/remove.feature in hsume2-aka-0.1.0 vs features/aka/remove.feature in hsume2-aka-0.2.0
- old
+ new
@@ -20,11 +20,13 @@
Removed shortcut.
"""
And the file ".aka.yml" should contain exactly:
"""
- --- {}
+ ---
+ :version: '1'
+ :shortcuts: {}
"""
Scenario: Remove missing shortcut
Given I run `aka add ls "ls -F --color=auto"`
@@ -37,12 +39,14 @@
"""
And the file ".aka.yml" should contain exactly:
"""
---
- 1: !ruby/object:OpenStruct
- table:
- :shortcut: ls
- :command: ls -F --color=auto
- modifiable: true
+ :version: '1'
+ :shortcuts:
+ 1: !ruby/object:OpenStruct
+ table:
+ :shortcut: ls
+ :command: ls -F --color=auto
+ modifiable: true
"""