Created
October 13, 2011 19:54
-
-
Save dtsato/1285321 to your computer and use it in GitHub Desktop.
Speeding up Rails specs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
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.