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
4
.pryrc
4
.pryrc
|
|
@ -3,8 +3,12 @@
|
|||
|
||||
$LOAD_PATH.unshift( 'lib' )
|
||||
|
||||
require 'pathname'
|
||||
listpath = Pathname.new( __FILE__ ).dirname + 'spec' + 'data'
|
||||
|
||||
begin
|
||||
require 'ezmlm'
|
||||
list = Ezmlm::List.new( listpath + 'testlist' )
|
||||
|
||||
rescue Exception => e
|
||||
$stderr.puts "Ack! Ezmlm libraries failed to load: #{e.message}\n\t" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue