mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
to_s name
This commit is contained in:
parent
2871eaf7cf
commit
049699e323
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -7,7 +7,7 @@ require "execjs/runtimes"
|
|||
|
||||
tests = namespace :test do |tests|
|
||||
ExecJS::Runtimes.names.each do |name|
|
||||
next if (name == :Disabled || name == "Disabled")
|
||||
next if name.to_s == "Disabled"
|
||||
|
||||
task(name.downcase) do
|
||||
ENV["EXECJS_RUNTIME"] = name.to_s
|
||||
|
|
Loading…
Reference in a new issue