CHANGELOG.md in opal-spec-0.2.12 vs CHANGELOG.md in opal-spec-0.2.13

- old
+ new

@@ -1,4 +1,15 @@ +## 0.2.13 2013-02-23 + +* Re-write Opal::Spec::Server to inherit from Opal::Server. Opal::Server is + a standard rack-app which configures Opal and load paths in a more + consistent manner. + +* Add respond_to and be_empty matchers for Spec. + +* Added Spec::Pending as a standard way to mark specs as not compliant or + working. Pending specs are simply ignored when running. + ## 0.2.11 2013-02-20 * Added TestCase class to allow unit tests. OpalTest::Spec now inherits from OpalTest::TestCase.