1
0
Fork 0
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:
Kashyap 2013-04-04 08:14:45 +05:30
parent acb8a1e705
commit 209e129452

View file

@ -33,7 +33,6 @@ end
describe Sinatra::JSON do
def mock_app(&block)
super do
helpers Sinatra::JSON
class_eval(&block)
end
end