mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Fix active_support compat for RablTest
This commit is contained in:
parent
94fed10737
commit
fe02d31f31
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ begin
|
|||
require 'rabl'
|
||||
require 'ostruct'
|
||||
require 'json'
|
||||
require 'active_support/core_ext/array/extract_options'
|
||||
require 'active_support/core_ext/hash/conversions'
|
||||
|
||||
class RablTest < Minitest::Test
|
||||
|
|
Loading…
Reference in a new issue