1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

proper interpolation in pending message

This commit is contained in:
Konstantin Haase 2011-08-17 13:08:16 +02:00
parent b5bcb4e158
commit af6903136a

View file

@ -8,7 +8,7 @@ shared_examples_for "a json encoder" do |lib, const|
require lib if lib
@encoder = eval(const)
rescue LoadError
pending 'unable to load #{lib}'
pending "unable to load #{lib}"
end
end