Sha256: 426d2647f9cd339560fc824fd667e6b1ac575a5271566bd9332b144a043780b2

Contents?: true

Size: 243 Bytes

Versions: 5

Compression:

Stored size: 243 Bytes

Contents

require File.expand_path("../../test_helper", __FILE__)

module Unit
  class TestString < MiniTest::Unit::TestCase

    describe String do
      it "should respond to tracy" do
        assert "".respond_to?(:tracy)
      end
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
stack_tracy-0.1.9 test/unit/test_string.rb
stack_tracy-0.1.8 test/unit/test_string.rb
stack_tracy-0.1.7 test/unit/test_string.rb
stack_tracy-0.1.6 test/unit/test_string.rb
stack_tracy-0.1.5 test/unit/test_string.rb