mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
require multi_json in respond_with_spec
This commit is contained in:
parent
71ae5e1098
commit
01d988622f
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
require 'backports'
|
||||
require 'multi_json'
|
||||
|
||||
require_relative 'spec_helper'
|
||||
require_relative 'okjson'
|
||||
|
||||
|
|
Loading…
Reference in a new issue