Sha256: 0602668226a856d4e05ffd089bbcd1f3982a9a935bfc369297aa3a861a00037b

Contents?: true

Size: 343 Bytes

Versions: 2

Compression:

Stored size: 343 Bytes

Contents

= Assertions for test/unit

Useful assertions for test/unit

== Usage

To include all assertions for test/unit do:

  require 'simple_assertions/testunit'


Or with more control what to include:

  require 'simple_assertions'

  class Test::Unit::TestCase
    include SimpleAssertions::AssertErrorsOn
  end


== Assertions

* assert_errors_on

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simple_assertions-0.1.0 README.rdoc
simple_assertions-0.0.1 README.rdoc