We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2bc8ed commit 3c95f51Copy full SHA for 3c95f51
1 file changed
spec/checkboxes_spec.rb
@@ -14,6 +14,17 @@
14
EXPECTED
15
end
16
17
+ it 'inserts a * checkbox after the previous one' do
18
+ test_bullet_inserted('do that', <<-INIT, <<-EXPECTED)
19
+ # Hello there
20
+ * [ ] do this
21
+ INIT
22
23
24
+ * [ ] do that
25
+ EXPECTED
26
+ end
27
+
28
it 'inserts an empty checkbox even if prev line was checked' do
29
test_bullet_inserted('do that', <<-INIT, <<-EXPECTED)
30
# Hello there
0 commit comments