Skip to content

Commit 88533a7

Browse files
committed
Add command for new module creation
1 parent bda1d3d commit 88533a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Default.sublime-commands

+4
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
{
33
"caption": "RSpec: open corresponding file",
44
"command": "open_rspec_file"
5+
},
6+
{
7+
"caption": "RSpec: create new module",
8+
"command": "rspec_create_module"
59
}
610
]

0 commit comments

Comments
 (0)