Sha256: 26c04a389bb9e6f883f14149d89bb6ee6a0718967b38a932aea2d5ac3e80556c

Contents?: true

Size: 678 Bytes

Versions: 4

Compression:

Stored size: 678 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"

%w(class_side dynamic_scope dynamics hello_world introduction
   layer_state meta_api method_missing ordering restrictions).each do |test|
  test_class("test_#{test}".camelcase.to_sym)
  LiterateMarukuTest.load(test)
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
contextr-1.0.3 test/test_contextr.rb
contextr-1.0.0 test/test_contextr.rb
contextr-1.0.1 test/test_contextr.rb
contextr-1.0.2 test/test_contextr.rb