spec/markdown/ul_spec.rb in tbpgr_utils-0.0.116 vs spec/markdown/ul_spec.rb in tbpgr_utils-0.0.117
- old
+ new
@@ -6,10 +6,10 @@
context :ul do
cases = [
{
case_no: 1,
case_title: 'array case',
- input: %w{a b c},
+ input: %w(a b c),
expected: <<-EOS
* a
* b
* c
EOS