Commit e91eb1e0 by Cuong Tran

Require 'active_support/core_ext/object/blank' to fix integration test

parent cca21f23
...@@ -9,6 +9,7 @@ $:.unshift(File.join(File.dirname(__FILE__), '../lib')) ...@@ -9,6 +9,7 @@ $:.unshift(File.join(File.dirname(__FILE__), '../lib'))
$:.unshift(File.dirname(__FILE__)) $:.unshift(File.dirname(__FILE__))
require 'active_support' require 'active_support'
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/class/subclasses' require 'active_support/core_ext/class/subclasses'
require 'active_support/core_ext/string/inflections' require 'active_support/core_ext/string/inflections'
require 'annotate' require 'annotate'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment