Sha256: 99968fe91d7642535f82df1aa6177ab0dcd528d0f20b2b31194d2a49c7383263

Contents?: true

Size: 197 Bytes

Versions: 21

Compression:

Stored size: 197 Bytes

Contents

# encoding: utf-8
require 'bundler'
require 'rake'
require 'rake/testtask'

Rake::TestTask.new do |t|
  t.test_files = FileList['test/**/*_test.rb']
  t.libs.push 'spec'
end

task default: [:test]

Version data entries

21 entries across 21 versions & 3 rubygems

Version Path
boogex-0.1.2 Rakefile
enrichment_db-0.1.15 Rakefile
enrichment_db-0.1.14 Rakefile
enrichment_db-0.1.13 Rakefile
boogex-0.1.1 Rakefile
boogex-0.1.0 Rakefile
boogex-0.0.1 Rakefile
enrichment_db-0.1.12 Rakefile
enrichment_db-0.1.11 Rakefile
enrichment_db-0.1.10 Rakefile
enrichment_db-0.1.9 Rakefile
enrichment_db-0.1.8 Rakefile
enrichment_db-0.1.7 Rakefile
enrichment_db-0.1.6 Rakefile
enrichment_db-0.1.5 Rakefile
pinnacle-0.0.1 Rakefile
enrichment_db-0.1.4 Rakefile
enrichment_db-0.1.3 Rakefile
enrichment_db-0.1.2 Rakefile
enrichment_db-0.1.1 Rakefile