Sha256: 6712303084b75b4f8828442344922172feeeac8bdbb7c8f6c5c839b4e405e598

Contents?: true

Size: 206 Bytes

Versions: 9

Compression:

Stored size: 206 Bytes

Contents

require "bundler/gem_tasks"
require 'rake/testtask'


Rake::TestTask.new do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.test_files = FileList['test/*_test.rb']
  t.verbose = true
end
task :default => :test

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
cryptocoincharts_api-0.0.5 Rakefile
cryptocoincharts_api-0.0.4 Rakefile
cryptocoincharts_api-0.0.3 Rakefile
cryptocoincharts_api-0.0.2 Rakefile
roomorama_api-0.4.1 Rakefile
roomorama_api-0.4.0 Rakefile
roomorama_api-0.3.0 Rakefile
roomorama_api-0.2.0 Rakefile
roomorama_api-0.1.0 Rakefile