Sha256: 407293f4a89da8e209c50df603363094e0798807928e2cdb8cc394ce9f41afb1

Contents?: true

Size: 198 Bytes

Versions: 8

Compression:

Stored size: 198 Bytes

Contents

require 'rake/testtask'
require "bundler/gem_version_tasks"

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

desc "Run tests"
task :default => :test

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
circuitbox-0.10.4 Rakefile
circuitbox-0.10.3 Rakefile
circuitbox-0.10.2 Rakefile
circuitbox-0.10.1 Rakefile
circuitbox-0.10.0 Rakefile
circuitbox-0.9.0 Rakefile
circuitbox-0.8.0 Rakefile
circuitbox-0.7.0 Rakefile