Commit c145285d269881d41cf38b07ded9df8d1d1b7204

Authored by John Barnette
1 parent 17f628feae

Always require Boxen in config/basic

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

... ... @@ -21,4 +21,8 @@
21 21  
22 22 lib = File.expand_path "../../lib", __FILE__
23 23 $:.unshift lib if File.directory? lib
  24 +
  25 +# Pull in Boxen itself.
  26 +
  27 +require "boxen"