Skip to content

Commit c29ebd8

Browse files
committed
Load only blank from active support
1 parent 516091e commit c29ebd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
require "errbit_plugin"
1414
require "errbit_github_plugin"
15-
require "active_support/all"
15+
require "active_support/core_ext/object/blank"
1616

1717
RSpec.configure do |config|
1818
# Enable flags like --only-failures and --next-failure

0 commit comments

Comments
 (0)