Sha256: 90762274ceb0779e2c900504b99d551e87dd1a1bd110404b35eff0aefaffd13b

Contents?: true

Size: 231 Bytes

Versions: 33

Compression:

Stored size: 231 Bytes

Contents

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

task :default => :test

Rake::Task[:release].clear

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

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
omf_ec-6.2.3 Rakefile
omf_ec-6.2.2 Rakefile
omf_ec-6.2.1 Rakefile
omf_ec-6.2.0 Rakefile
omf_ec-6.2.0.pre.2 Rakefile
omf_ec-6.2.0.pre.1 Rakefile
omf_ec-6.1.14.pre.2 Rakefile
omf_ec-6.1.14.pre.1 Rakefile
omf_ec-6.1.12 Rakefile
omf_ec-6.1.11 Rakefile
omf_ec-6.1.10 Rakefile
omf_ec-6.1.9 Rakefile
omf_ec-6.1.9.pre.4 Rakefile
omf_ec-6.1.9.pre.3 Rakefile
omf_ec-6.1.9.pre.2 Rakefile
omf_ec-6.1.8 Rakefile
omf_ec-6.1.7 Rakefile
omf_ec-6.1.6 Rakefile
omf_ec-6.1.6.pre.2 Rakefile
omf_ec-6.1.6.pre.1 Rakefile