Skip to content

Commit

Permalink
Fixing typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen428 committed Apr 8, 2012
1 parent 9bc5a1c commit 7705951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_methodfinder.rb
Expand Up @@ -33,7 +33,7 @@ def test_instance_interface

def test_instance_interface_with_params
# blacklisting method for Rubinius
if Object.const_defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
if Object.const_defined?(:RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
MethodFinder::INSTANCE_METHOD_BLACKLIST[:Array] << :new_reserved
end

Expand Down

0 comments on commit 7705951

Please sign in to comment.