Skip to content

Instantly share code, notes, and snippets.

@dtsato
Created October 13, 2011 19:54
Show Gist options
  • Save dtsato/1285321 to your computer and use it in GitHub Desktop.
Save dtsato/1285321 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
@dtsato
Copy link
Author

dtsato commented Oct 14, 2011

I forgot to say that this is on a Rails 2.3.x app, not sure if the same is a problem on Rails 3.x and SASS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment