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
1 changed files with 0 additions and 1 deletions

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