Sha256: 71dd311521b3a5681e7026630dcf170c62fd70479741e79fee9110626694b7fc

Contents?: true

Size: 776 Bytes

Versions: 3

Compression:

Stored size: 776 Bytes

Contents

* Added namespace lookup to optionals and expectations. For example, in ActiveRecord
  several matchers have :allow_nil and :allow_blank as options. So you can store
  the translation at:

    remarkable:
      activerecord:
        optionals:
          allow_nil:
            # ...
          allow_blank:
            # ...

* Added a repository to hold I18n files

# v3.0

* Added Remarkable::Matchers. Now you can include your Remarkable matchers and
  macros in test unit as well.

    class Test::Unit::TestCase
      include Spec::Matchers
      include Remarkable::Matchers
      extend  Remarkable::Macros
    end

* Added pending and disabled macros
* Added I18n
* Added DSL core structure
* Added macros core structure
* Added matchers core structure

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
remarkable-3.0.6 CHANGELOG
remarkable-3.0.7 CHANGELOG
remarkable-3.0.8 CHANGELOG