Sha256: d728ef0fa482c72367dd5ed90659624b29f0eb527a2c9eaec63102c1956e1360

Contents?: true

Size: 170 Bytes

Versions: 49

Compression:

Stored size: 170 Bytes

Contents

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

49 entries across 49 versions & 5 rubygems

Version Path
snapsync-0.2.1 Rakefile
snapsync-0.2.0 Rakefile
snapsync-0.1.8 Rakefile
snapsync-0.1.7 Rakefile
snapsync-0.1.6 Rakefile
snapsync-0.1.5 Rakefile
snapsync-0.1.4 Rakefile
snapsync-0.1.3 Rakefile
snapsync-0.1.2 Rakefile