]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/mailshears.rb
Update fixtures in the test suite setup() comments.
[mailshears.git] / lib / mailshears.rb
1 # Load only the files needed by our executable. The library files are
2 # supposed to require what they need themselves.
3
4 require 'common/configuration'
5 require 'common/errors'
6 require 'common/exit_codes'
7 require 'common/user_interface'