Skip to content

Instantly share code, notes, and snippets.

@acallaghan
Created November 14, 2013 15:44
Show Gist options
  • Select an option

  • Save acallaghan/7469036 to your computer and use it in GitHub Desktop.

Select an option

Save acallaghan/7469036 to your computer and use it in GitHub Desktop.
Faster BCrypt hashing for RSpec tests
...
silence_warnings do
BCrypt::Engine::DEFAULT_COST = BCrypt::Engine::MIN_COST
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment