Skip to content

Commit 6cbe506

Browse files
committed
Create RSpec - Bundle Exec.sublime-build
1 parent f333be1 commit 6cbe506

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RSpec - Bundle Exec.sublime-build

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"cmd": ["bundle", "exec", "rspec", "$file"],
3+
"file_regex": "# ([A-Za-z:0-9_./ ]+rb):([0-9]+)",
4+
"working_dir": "${project_path}",
5+
"selector": "source.ruby.rspec"
6+
}

0 commit comments

Comments
 (0)