mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Modified json_spec as per changes made in the Sinatra::JSON module
This commit is contained in:
parent
acb8a1e705
commit
209e129452
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ end
|
|||
describe Sinatra::JSON do
|
||||
def mock_app(&block)
|
||||
super do
|
||||
helpers Sinatra::JSON
|
||||
class_eval(&block)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue