Sha256: e54787c4969af6e349ab39c995a42a54c5d6a8933103e6762c7afe2477977e27

Contents?: true

Size: 313 Bytes

Versions: 10

Compression:

Stored size: 313 Bytes

Contents

#!/usr/bin/env ruby

require 'test/unit'
require 'os'

# --  Test for bug when it loads with no frames

class EnumerableTest < 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

10 entries across 10 versions & 2 rubygems

Version Path
ruby-prof-0.10.8 test/exec_test.rb
ruby-prof-0.10.7 test/exec_test.rb
ruby-prof-0.10.6 test/exec_test.rb
ruby-prof-0.10.5 test/exec_test.rb
ruby-prof-0.10.4 test/exec_test.rb
ruby-prof-0.10.2 test/exec_test.rb
acunote-ruby-prof-0.9.2 test/exec_test.rb
ruby-prof-0.9.2 test/exec_test.rb
ruby-prof-0.9.1 test/exec_test.rb
ruby-prof-0.9.0 test/exec_test.rb