We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda1d3d commit 88533a7Copy full SHA for 88533a7
Default.sublime-commands
@@ -2,5 +2,9 @@
2
{
3
"caption": "RSpec: open corresponding file",
4
"command": "open_rspec_file"
5
+ },
6
+ {
7
+ "caption": "RSpec: create new module",
8
+ "command": "rspec_create_module"
9
}
10
]
0 commit comments