Skip to content

Instantly share code, notes, and snippets.

@jpablobr
Forked from dtsato/gist:1285321
Created October 14, 2011 04:32
Show Gist options
  • Save jpablobr/1286249 to your computer and use it in GitHub Desktop.
Save jpablobr/1286249 to your computer and use it in GitHub Desktop.
Speeding up Rails specs
# Add these lines to your spec_helper.rb to speed up specs:
Sass::Plugin.options[:always_check] = false
Sass::Plugin.options[:always_update] = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment