Sha256: c666dd84cb1d112b5c6b5a8720f41b4b08e151e25d30ff7736ed3b542a15bcdd
Contents?: true
Size: 345 Bytes
Versions: 14
Compression:
Stored size: 345 Bytes
Contents
#!/usr/bin/env ruby # encoding: UTF-8 require File.expand_path('../test_helper', __FILE__) # -- Test for bug when it loads with no frames class ExecTest < Test::Unit::TestCase def test_being_able_to_run_its_binary Dir.chdir(File.dirname(__FILE__)) do assert system(OS.ruby_bin + " ruby-prof-bin do_nothing.rb") end end end
Version data entries
14 entries across 14 versions & 1 rubygems