lib/happy.rb in happy-0.1.0.pre.4 vs lib/happy.rb in happy-0.1.0.pre.5
- old
+ new
@@ -1,6 +1,7 @@
require 'active_support/all' # SMELL
+require 'rack'
require 'happy/context'
require 'happy/controller'
module Happy
module Errors
- old
+ new