Skip to content

Commit

Permalink
Enable johnson tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Dec 23, 2014
1 parent 39c6644 commit 9bd2673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/execjs/johnson_runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def available?
end

def deprecated?
true
false
end
end
end

0 comments on commit 9bd2673

Please sign in to comment.