Sha256: b4fdebfd21dab162058eeb4f3b0dc89f3a1f9d36c7bea28cb502df052fd7003d

Contents?: true

Size: 179 Bytes

Versions: 113

Compression:

Stored size: 179 Bytes

Contents

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

task :default => :test

Rake::TestTask.new do |t|
  t.libs << 'test'
  t.pattern = "test/**/*_spec.rb"
  t.verbose = true
end

Version data entries

113 entries across 113 versions & 6 rubygems

Version Path
omf_rc-6.0.8.pre.2 Rakefile
omf_common-6.0.8.pre.2 Rakefile
omf_common-6.0.8.pre.1 Rakefile
omf_rc-6.0.8.pre.1 Rakefile
omf_ec-6.0.8.pre.1 Rakefile
omf_web-1.0.0 Rakefile
omf_oml-1.0.0 Rakefile
omf_ec-6.0.7 Rakefile
omf_common-6.0.7 Rakefile
omf_rc-6.0.7 Rakefile
omf_rc-6.0.6 Rakefile
omf_ec-6.0.6 Rakefile
omf_common-6.0.6 Rakefile
omf_rc-6.0.5 Rakefile
omf_ec-6.0.5 Rakefile
omf_common-6.0.5 Rakefile
omf_rc-6.0.4.1 Rakefile
omf_oml-0.9.9 Rakefile
omf_ec-6.0.4 Rakefile
omf_common-6.0.4 Rakefile