diff options
author | elijah <elijah@riseup.net> | 2013-03-18 00:55:08 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-03-31 18:19:23 -0700 |
commit | 60add619ac1dab6518baa7952e3292dcb65625e4 (patch) | |
tree | ef7fd020952ca118794ccaa04ee407382e359055 /vendor/rsync_command/Rakefile | |
parent | 6e57727eeac51c085670eb08dc2065706ef0f680 (diff) |
added gem rsync_command
Diffstat (limited to 'vendor/rsync_command/Rakefile')
-rw-r--r-- | vendor/rsync_command/Rakefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/rsync_command/Rakefile b/vendor/rsync_command/Rakefile new file mode 100644 index 0000000..03bba68 --- /dev/null +++ b/vendor/rsync_command/Rakefile @@ -0,0 +1,6 @@ +require "rake/testtask" + +Rake::TestTask.new do |t| + t.pattern = "test/*_test.rb" +end +task :default => :test |