We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f333be1 commit 6cbe506Copy full SHA for 6cbe506
RSpec - Bundle Exec.sublime-build
@@ -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