From 1de40f78774bc3a274d219024e1b29466b84aacc Mon Sep 17 00:00:00 2001 From: Gibheer Date: Thu, 11 Oct 2012 06:36:36 +0200 Subject: added rspec for testing and a thor task --- Thorfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Thorfile (limited to 'Thorfile') diff --git a/Thorfile b/Thorfile new file mode 100644 index 0000000..c641ff7 --- /dev/null +++ b/Thorfile @@ -0,0 +1,6 @@ +class Default < Thor + desc 'spec', 'run all specs' + def spec + exec 'rspec' + end +end -- cgit v1.2.3-70-g09d2