Sha256: 06553b36bd63663a016c614a6e4f5bb3ba9fc52e8a1d50dc9a0bda24034784f4

Contents?: true

Size: 228 Bytes

Versions: 16

Compression:

Stored size: 228 Bytes

Contents

require 'bundler'
require 'rake/testtask'

Bundler::GemHelper.install_tasks

Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = true
end

task :default => :test

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
attachment_magick-0.3.6 Rakefile
attachment_magick-0.3.5 Rakefile
attachment_magick-0.3.4 Rakefile
attachment_magick-0.3.3 Rakefile
attachment_magick-0.3.2 Rakefile
attachment_magick-0.3.1 Rakefile
attachment_magick-0.3 Rakefile
attachment_magick-0.2.7 Rakefile
attachment_magick-0.2.6 Rakefile
attachment_magick-0.2.5 Rakefile
attachment_magick-0.2.4 Rakefile
attachment_magick-0.2.3 Rakefile
attachment_magick-0.2.2 Rakefile
attachment_magick-0.2.1 Rakefile
attachment_magick-0.2.0 Rakefile
attachment_magick-0.1.0 Rakefile