From e07cecd62e6fda957523676fdf914a2f83c62328 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sun, 12 Sep 2010 09:16:44 -0400 Subject: [PATCH] finish gemifying this project --- Makefile | 9 --------- Rakefile | 11 +++++++++++ test/{TestFilter.rb => filter_test.rb} | 6 ++---- ...estImageProcessing.rb => image_processing_test.rb} | 6 +----- test/{TestOutputFilter.rb => output_filter_test.rb} | 6 ++---- test/{TestPagination.rb => pagination_test.rb} | 5 ++--- test/{TestPrintHandling.rb => print_handling_test.rb} | 7 ++----- test/{TestScheduler.rb => scheduler_test.rb} | 5 ++--- ...tSVGToTempBitmap.rb => svg_to_temp_bitmap_test.rb} | 6 ++---- ...tTempBitmapToWeb.rb => temp_bitmap_to_web_test.rb} | 7 ++----- 10 files changed, 26 insertions(+), 42 deletions(-) delete mode 100644 Makefile create mode 100644 Rakefile rename test/{TestFilter.rb => filter_test.rb} (92%) rename test/{TestImageProcessing.rb => image_processing_test.rb} (92%) rename test/{TestOutputFilter.rb => output_filter_test.rb} (72%) rename test/{TestPagination.rb => pagination_test.rb} (82%) rename test/{TestPrintHandling.rb => print_handling_test.rb} (91%) rename test/{TestScheduler.rb => scheduler_test.rb} (95%) rename test/{TestSVGToTempBitmap.rb => svg_to_temp_bitmap_test.rb} (96%) rename test/{TestTempBitmapToWeb.rb => temp_bitmap_to_web_test.rb} (85%) diff --git a/Makefile b/Makefile deleted file mode 100644 index 9fda3b6..0000000 --- a/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -.PHONY : test test-coverage - -test : - testrb `find tests -name '*.rb'` - -test-coverage : - rcov -x '\/.rvm\/' -x '\/tests\/data\/' `find tests -name '*.rb'` - sed 's#