Sha256: e5f988892b736977941d390589d47f10acacdcf06b0f7c5bc15e87e30a1559e7

Contents?: true

Size: 217 Bytes

Versions: 5

Compression:

Stored size: 217 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"

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

task :default => :test

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
to_fixture-0.3.0 Rakefile
passwordping-1.0.0 Rakefile
to_fixture-0.2.0 Rakefile
exception_notification-pushbullet-0.1.1 Rakefile
exception_notification-pushbullet-0.1.0 Rakefile