Sha256: c376f719fc9c0621602e019bba3ff48cc2d522d8e0950ac2ef168b5c59938aad

Contents?: true

Size: 195 Bytes

Versions: 19

Compression:

Stored size: 195 Bytes

Contents

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

Rake::TestTask.new(:test) do |t|
  t.libs << "test"
  t.libs << "lib"
  t.test_files = FileList["test/**/*_test.rb"]
end

task default: :spec

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
pgslice-0.3.3 Rakefile
pgslice-0.3.2 Rakefile
pgslice-0.3.1 Rakefile
pgslice-0.3.0 Rakefile
pgslice-0.2.3 Rakefile
pgslice-0.2.2 Rakefile
pgslice-0.2.1 Rakefile
pgslice-0.2.0 Rakefile
pgslice-0.1.7 Rakefile
pgslice-0.1.6 Rakefile
pgslice-0.1.5 Rakefile
pgslice-0.1.4 Rakefile
pgslice-0.1.3 Rakefile
pgslice-0.1.2 Rakefile
pgslice-0.1.1 Rakefile
pgslice-0.1.0 Rakefile
mgt-0.1.0 Rakefile
grimm-0.0.5 Rakefile
grimm-0.0.3 Rakefile