Skip to content

Commit 34c92a5

Browse files
author
Greg Williams
committed
Merge pull request #10 from InviZibl3/master
Fix build file for RSpec plugin.
2 parents ff7de9e + 4c89b29 commit 34c92a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RSpec.sublime-build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"cmd": ["rspec", "-I ${file_path}", "$file"],
33
"file_regex": "# ([A-Za-z:0-9_./ ]+rb):([0-9]+)",
4-
"working_dir": "${file_path}",
4+
"working_dir": "${project_path:${folder:${file_path}}}",
55
"selector": "source.ruby",
66

77
"windows":

0 commit comments

Comments
 (0)