Sha256: 6152971149b51d67185a9b116800fbbb357c24a206fbce74dab30098d9e6687a

Contents?: true

Size: 194 Bytes

Versions: 18

Compression:

Stored size: 194 Bytes

Contents

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

Rake::TestTask.new(:test) do |t|
  t.libs << 'test'
  t.libs << 'lib'
  t.test_files = FileList['test/*/test_*.rb']
end

task default: :test

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
vizbuilder-1.1.2 Rakefile
vizbuilder-1.1.1 Rakefile
vizbuilder-1.1.0 Rakefile
vizbuilder-1.0.7 Rakefile
vizbuilder-1.0.6 Rakefile
vizbuilder-1.0.5 Rakefile
vizbuilder-1.0.4 Rakefile
vizbuilder-1.0.3 Rakefile
vizbuilder-1.0.2 Rakefile
vizbuilder-1.0.1 Rakefile
vizbuilder-1.0.0 Rakefile
autoshell-1.0.6 Rakefile
autoshell-1.0.5 Rakefile
autoshell-1.0.4 Rakefile
autoshell-1.0.3 Rakefile
autoshell-1.0.2 Rakefile
autoshell-1.0.1 Rakefile
autoshell-1.0.0.pre.beta Rakefile