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.16.5 Rakefile
exvo_auth-0.16.4 Rakefile
exvo_auth-0.16.3 Rakefile
exvo_auth-0.16.2 Rakefile
exvo_auth-0.16.1 Rakefile
exvo_auth-0.16.0 Rakefile
exvo_auth-0.15.1 Rakefile
exvo_auth-0.15.0 Rakefile
exvo-auth-0.14.1 Rakefile
exvo-auth-0.14.0 Rakefile
exvo-auth-0.13.0 Rakefile
exvo-auth-0.12.2 Rakefile
exvo-auth-0.12.1 Rakefile
exvo-auth-0.12.0 Rakefile
exvo-auth-0.11.2 Rakefile
exvo-auth-0.11.1 Rakefile
exvo-auth-0.11.0 Rakefile
exvo-auth-0.10.4 Rakefile
exvo-auth-0.10.3 Rakefile
exvo-auth-0.10.2 Rakefile