Everything is workin!
- Add a corpus of test messages to the spec data, with the script that generated them. - Add native objects for Authors, Messages, and Threads. - Tests!
This commit is contained in:
parent
7e2a6fe771
commit
7339802f34
334 changed files with 3978 additions and 71 deletions
|
|
@ -21,7 +21,13 @@ module Ezmlm
|
|||
# Package version
|
||||
VERSION = '0.1.0'
|
||||
|
||||
# Suck in the components.
|
||||
#
|
||||
require 'ezmlm/list'
|
||||
require 'ezmlm/list/author'
|
||||
require 'ezmlm/list/message'
|
||||
require 'ezmlm/list/thread'
|
||||
|
||||
|
||||
###############
|
||||
module_function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue