Sha256: 88aa1deda72492932d0bbb91e95fa281379f0c0b151c2f96863b131f2a221d6e

Contents?: true

Size: 588 Bytes

Versions: 1

Compression:

Stored size: 588 Bytes

Contents

# ContextR uses RSpec to test its implementation. For the relevant code
# have a look at the spec folder.
#
# Additionally ContextR has lots of descriptive manuals that are automatically
# converted to tests, to make sure, that all documentation is in sync with
# the implementation. You may find these documents in this directory. It is
# just, that they do not look like test, but they are. Believe me.
#
# require File.dirname(__FILE__) + '/test_helper.rb'
# 
# class TestContextR < Test::Unit::TestCase
# 
#   def setup
#   end
#   
#   def test_truth
#     assert true
#   end
# end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
contextr-0.1.1 test/test_contextr.rb