We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658ba00 commit ce40ac0Copy full SHA for ce40ac0
test/test-new.bats
@@ -73,3 +73,11 @@ notes="./notes"
73
assert_success
74
assert_exists "$NOTES_DIRECTORY/notes with spaces/note.md"
75
}
76
+
77
+@test "Should create quicknote in a subfolder" {
78
+ today=`date "+%Y-%m-%d"`
79
+ run $notes new subfolder/
80
81
+ assert_success
82
+ assert_exists "$NOTES_DIRECTORY/subfolder/quicknote-$today.md"
83
+}
0 commit comments