Sha256: 19bb0d466cbeb2748dd7a0ecfd4ea24b558df5575d19869cdf077b03dd39d6f9

Contents?: true

Size: 214 Bytes

Versions: 22

Compression:

Stored size: 214 Bytes

Contents

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

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

task :default => :test

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
pmp-0.5.7 Rakefile
pmp-0.5.6 Rakefile
pmp-0.5.5 Rakefile
pmp-0.5.4 Rakefile
pmp-0.5.3 Rakefile
pmp-0.5.2 Rakefile
pmp-0.5.1 Rakefile
pmp-0.5.0 Rakefile
pmp-0.4.1 Rakefile
pmp-0.4.0 Rakefile
pmp-0.3.2 Rakefile
pmp-0.3.1 Rakefile
pmp-0.3.0 Rakefile
pmp-0.2.4 Rakefile
pmp-0.2.3 Rakefile
pmp-0.2.2 Rakefile
pmp-0.2.1 Rakefile
pmp-0.2.0 Rakefile
pmp-0.1.3 Rakefile
pmp-0.1.2 Rakefile