Skip to content

Instantly share code, notes, and snippets.

@elvanja
Created November 19, 2012 07:13
Show Gist options
  • Save elvanja/4109381 to your computer and use it in GitHub Desktop.
Save elvanja/4109381 to your computer and use it in GitHub Desktop.
Run RSpec without Rails
#!/bin/sh
grep spec_helper_without_rails -Rl spec/* | xargs rspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment