Bundle and use spork to speed up specs by preloading rails env

This commit is contained in:
Thibault Jouan
2011-09-05 16:31:29 +00:00
parent 7187266982
commit 7350c1e17d
4 changed files with 20 additions and 12 deletions

View File

@@ -1,3 +1,5 @@
require 'bcrypt'
module BCrypt
class Engine
[:DEFAULT_COST, :MIN_COST].each do |sym|