spec/app/models/commontator/thread_spec.rb~ in commontator-2.0.1 vs spec/app/models/commontator/thread_spec.rb~ in commontator-2.0.2

- old
+ new

@@ -7,10 +7,10 @@ end it 'must have a config' do @thread.config.must_be_instance_of CommontableConfig @thread.commontable = nil - @thread.config.must_be_nil + @thread.config.must_equal Commontator end it 'must order all comments' do comment = Comment.new comment.thread = @thread