public
Description: Currency module written in Ruby
Clone URL: git://github.com/seban/currencies.git
currencies / Rakefile
100644 13 lines (10 sloc) 0.252 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# To change this template, choose Tools | Templates
# and open the template in the editor.
 
 
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
Rake::TestTask.new do |t|
  t.test_files = FileList['test/*_test.rb']
  t.verbose= true
end