Skip to content

Instantly share code, notes, and snippets.

@tansengming
Created December 26, 2013 01:24
Show Gist options
  • Save tansengming/8128577 to your computer and use it in GitHub Desktop.
Save tansengming/8128577 to your computer and use it in GitHub Desktop.
Sublime Text Build with Spring and Rspec
// Packages/User/rspec.sublime-build
{
"cmd": ["spring", "rspec", "--format", "Fuubar", "$file"],
"working_dir": "$project_path",
"selector": "source_spec.rb"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment