Sha256: acf6afae78424cdc5971c22eb094556e038c84a7cf74a8ad3c4df986224f01e0

Contents?: true

Size: 253 Bytes

Versions: 155

Compression:

Stored size: 253 Bytes

Contents

require 'test_helper'
require 'tins/xt/p'

module Tins
  class PTest < Test::Unit::TestCase
    def test_p_bang
      assert_raise(RuntimeError) { p! "foo" }
    end

    def test_pp_bang
      assert_raise(RuntimeError) { pp! "foo" }
    end
  end
end

Version data entries

155 entries across 137 versions & 9 rubygems

Version Path
tins-1.38.0 tests/p_test.rb
tins-1.37.1 tests/p_test.rb
tins-1.37.0 tests/p_test.rb
tins-1.36.1 tests/p_test.rb
tins-1.36.0 tests/p_test.rb
tins-1.35.0 tests/p_test.rb
tins-1.34.0 tests/p_test.rb
tins-1.33.0 tests/p_test.rb
tdiary-5.2.4 vendor/bundle/ruby/3.1.0/gems/tins-1.31.1/tests/p_test.rb
tins-1.32.1 tests/p_test.rb
tins-1.32.0 tests/p_test.rb
tdiary-5.2.3 vendor/bundle/ruby/3.1.0/gems/tins-1.31.1/tests/p_test.rb
tdiary-5.2.2 vendor/bundle/ruby/3.1.0/gems/tins-1.31.1/tests/p_test.rb
tins-1.31.1 tests/p_test.rb
tdiary-5.2.1 vendor/bundle/ruby/3.1.0/gems/tins-1.31.0/tests/p_test.rb
tins-1.31.0 tests/p_test.rb
tins-1.30.0 tests/p_test.rb
tdiary-5.2.0 vendor/bundle/ruby/3.0.0/gems/tins-1.29.1/tests/p_test.rb
tdiary-5.2.0 vendor/bundle/ruby/2.7.0/gems/tins-1.29.1/tests/p_test.rb
tdiary-5.1.7 vendor/bundle/ruby/3.0.0/gems/tins-1.29.1/tests/p_test.rb