test/og/mixin/tc_timestamped.rb in og-0.28.0 vs test/og/mixin/tc_timestamped.rb in og-0.29.0

- old
+ new

@@ -19,10 +19,10 @@ =end class TestCaseOgTimestamped < Test::Unit::TestCase # :nodoc: all class Article - is Timestamped + is Glue::Timestamped property :body, String def initialize(body = nil) @body = body end