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:
parent
b5bcb4e158
commit
af6903136a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue