Skip to content

Commit

Permalink
Fix SyntaxError on Ruby 2.0.0 and 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emsk committed Dec 9, 2018
1 parent 82e636e commit 5d95895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/backlog_kit/hash_extensions_spec.rb
Expand Up @@ -14,7 +14,7 @@
abcdEfgh_1234_ijklMnop: 'テスト',
abcdEfgh_5678_ijklMnop: 'テスト',
abcdEfgh_1234: 'テスト',
'1234_abcdEfgh_1234': { abcdEfgh_9012_ijklMnop: 'テスト' }
:'1234_abcdEfgh_1234' => { abcdEfgh_9012_ijklMnop: 'テスト' }
}
end

Expand Down

0 comments on commit 5d95895

Please sign in to comment.