Sha256: 0eef4e344c585465bacaf7a24376a6df497bf1dff7f8abfb5be0239063131fa4

Contents?: true

Size: 230 Bytes

Versions: 29

Compression:

Stored size: 230 Bytes

Contents

require 'bundler'
require 'rake/testtask'

Bundler::GemHelper.install_tasks

Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'test/**/test_*.rb'
  test.verbose = true
end
task :default => :test

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
exvo-auth-0.10.1 Rakefile
exvo-auth-0.10.0 Rakefile
exvo-auth-0.9.10 Rakefile
exvo-auth-0.9.9 Rakefile
exvo-auth-0.9.8 Rakefile
exvo-auth-0.9.7 Rakefile
exvo-auth-0.9.6 Rakefile
exvo-auth-0.9.5 Rakefile
exvo-auth-0.9.4 Rakefile