sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit a6cfac2d0b8ea7b260f1f103b708fb4f3229bd16
parent 50bd9970e75abbf7a37d5569cc77e30344d8b4c3
Author: Whyme Lyu <callme5long@gmail.com>
Date:   Sun, 19 May 2013 22:42:07 +0800

Introduce RR as the mocking framework.

Diffstat:
M sup.gemspec | 1 +
M test/test_helper.rb | 5 +++++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/sup.gemspec b/sup.gemspec
@@ -49,5 +49,6 @@ DESC
     s.add_development_dependency "bundler", "~> 1.3"
     s.add_development_dependency "rake"
     s.add_development_dependency "minitest", "~> 4"
+    s.add_development_dependency "rr", "~> 1.0"
   end
 end
diff --git a/test/test_helper.rb b/test/test_helper.rb
@@ -1 +1,6 @@
 require 'minitest/autorun'
+require "rr"
+
+class Minitest::Unit::TestCase
+  include ::RR::Adapters::MiniTest
+end