Sha256: c8235ff80ccc984db53c012c752484cf4e5abd8819899787354d740963ffe57a
Contents?: true
Size: 394 Bytes
Versions: 14
Compression:
Stored size: 394 Bytes
Contents
require_relative '../../test_helper' require_relative '../../unit/eval_helper/eval_helpers_base_test' class EvalHelpersSymbolTest < EvalHelpersBaseTest def setup class << (@object = Object.new) def callback true end end end def test_should_call_method_on_object_with_no_arguments assert_equal true, evaluate_method(@object, :callback, 1, 2, 3) end end
Version data entries
14 entries across 14 versions & 2 rubygems