Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
include Zxcvbn in rake console
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehodgkiss committed Sep 28, 2012
1 parent ee52f59 commit fec8bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require "bundler/setup"

task :console do
require 'zxcvbn'
include Zxcvbn
require './spec/support/js_helpers'
include JsHelpers
require 'irb'
Expand Down

0 comments on commit fec8bd9

Please sign in to comment.