We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff7de9e + 4c89b29 commit 34c92a5Copy full SHA for 34c92a5
RSpec.sublime-build
@@ -1,7 +1,7 @@
1
{
2
"cmd": ["rspec", "-I ${file_path}", "$file"],
3
"file_regex": "# ([A-Za-z:0-9_./ ]+rb):([0-9]+)",
4
- "working_dir": "${file_path}",
+ "working_dir": "${project_path:${folder:${file_path}}}",
5
"selector": "source.ruby",
6
7
"windows":
0 commit comments