= ActiveTest Changelog == ActiveTest 0.1.1B (stable) * Fiddling with pushing gems. * Added standard Rails-style versioning. == ActiveTest 0.1.0B (stable) * Initial public release of ActiveTest. * Changed to simplest imaginable syntax for behaviours. * Updated Controller subject to new syntax. * Updated documentation to explain syntax. * Added entry about Redundant Testing, allowed through new syntax. * Added PTK to tests. * Added dummy models for tests. * Updated tests for new syntax. * Added rake task, rcov_with_html, to output coverage directory. == ActiveTest 0.0.3A (stable) * Added activetest:doc rake task for dynamically generating documentation of tests, like agiledox. * Removed Authorisation and Authentication asserts from plugin * Added test/divorced, assert_assigns_test and divorced helper. * Added rcov task to Rakefile * Added Asserts tests: Assigns, Difference, Validations * Added tests for loading, setup/teardown, Controller subject; installed PTK * Added tests for proper inheritance, even though it would bomb out before failing * Changed ActiveTest::Base to use class_inheritable_arrays, cut out is_a? checks == ActiveTest 0.0.2A (unstable) * Renamed setup_controller to setup * Cleaned up Asserts::Assigns and Asserts::Difference * Added much to the README * Added RDoc comments for ActiveTest::Base * Added RDoc comments for Asserts::Difference (complete) * Added RDoc comments for ActiveTest::Controller (incomplete) == ActiveTest 0.0.1A (unstable) * Added plugin * Added init.rb * Added active_test.rb requirements and outline of future libraries * Added active_test/filter.rb * Added Asserts: Assigns, Authentication, Authorisation, Difference, Validations. * Added ActiveTest::Base, ActiveTest::Subject, ActiveTest::Controller.