mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Enable johnson tests
This commit is contained in:
parent
39c6644744
commit
9bd2673329
2 changed files with 2 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -3,6 +3,7 @@ source 'https://rubygems.org'
|
|||
gemspec
|
||||
|
||||
group :test do
|
||||
gem 'johnson'
|
||||
gem 'therubyracer', platform: :mri
|
||||
gem 'therubyrhino', ">=1.73.3", platform: :jruby
|
||||
gem 'minitest', require: false
|
||||
|
|
|
@ -98,7 +98,7 @@ module ExecJS
|
|||
end
|
||||
|
||||
def deprecated?
|
||||
true
|
||||
false
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue