Skip to content

Commit

Permalink
require bcrypt to pass the test
Browse files Browse the repository at this point in the history
  • Loading branch information
arunagw committed Sep 4, 2011
1 parent 04c25a7 commit 8be13b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activerecord/test/cases/base_test.rb
Expand Up @@ -23,6 +23,7 @@
require 'models/joke' require 'models/joke'
require 'rexml/document' require 'rexml/document'
require 'active_support/core_ext/exception' require 'active_support/core_ext/exception'
require 'bcrypt'


class Category < ActiveRecord::Base; end class Category < ActiveRecord::Base; end
class Categorization < ActiveRecord::Base; end class Categorization < ActiveRecord::Base; end
Expand Down

0 comments on commit 8be13b5

Please sign in to comment.