Skip to content

Commit e91eb1e

Browse files
author
Cuong Tran
committed
Require 'active_support/core_ext/object/blank' to fix integration test
1 parent cca21f2 commit e91eb1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
$:.unshift(File.dirname(__FILE__))
1010

1111
require 'active_support'
12+
require 'active_support/core_ext/object/blank'
1213
require 'active_support/core_ext/class/subclasses'
1314
require 'active_support/core_ext/string/inflections'
1415
require 'annotate'

0 commit comments

Comments
 (0)