<aside> ❓ ISSUE: How to write Behavior Driven Test Cases in Given/When/And/Then format
</aside>
<aside> 💡 SOLUTION:
Ruby code format plugin for Sublime Text
Use Package Control, a package manager for Sublime Text 2.
In Sublime Text 2, press “win(cmd) + shift + p” and then type “install”.
Once you see “Package Control: Install Package”, enter.
When the packages load, another selection window will appear.
Type RubyFormat and enter. All done!
🔗 Refer to: https://packagecontrol.io/packages/RubyFormat
</aside>