Updated with Rubinius Support

This commit is contained in:
Jim Weirich
2010-12-25 08:11:31 -05:00
parent db3bbdcf45
commit 3ce23a8ee0
4 changed files with 23 additions and 16 deletions

View File

@@ -75,7 +75,7 @@ module RubyImpls
# List of expected ruby implementations.
def self.expected
%w(ruby-1.8.6 ruby-1.8.7 ruby-1.9.2 jruby ree)
%w(ruby-1.8.6 ruby-1.8.7 ruby-1.9.2 jruby ree rbx)
end
end