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

Version Path
ruby-prof-0.13.1 test/exec_test.rb
ruby-prof-0.13.0 test/exec_test.rb
ruby-prof-0.12.2 test/exec_test.rb
ruby-prof-0.12.1-x86-mingw32 test/exec_test.rb
ruby-prof-0.12.1 test/exec_test.rb
ruby-prof-0.11.3 test/exec_test.rb
ruby-prof-0.11.2-x86-mingw32 test/exec_test.rb
ruby-prof-0.11.2 test/exec_test.rb
ruby-prof-0.11.0.rc3-x86-mingw32 test/exec_test.rb
ruby-prof-0.11.0.rc3 test/exec_test.rb
ruby-prof-0.11.0.rc2-x86-mingw32 test/exec_test.rb
ruby-prof-0.11.0.rc2 test/exec_test.rb
ruby-prof-0.11.0.rc1-x86-mingw32 test/exec_test.rb
ruby-prof-0.11.0.rc1 test/exec_test.rb