Sha256: 489bb66203798c1d3f4a897e61de19e4878d633943795cd90bf59ae158c51e5e

Contents?: true

Size: 185 Bytes

Versions: 57

Compression:

Stored size: 185 Bytes

Contents

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

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

task :default => :test

Version data entries

57 entries across 45 versions & 4 rubygems

Version Path
tao_form-1.0.0.beta.2 Rakefile
tao_editor-1.0.0.beta.1 Rakefile
tao_form-1.0.0.beta.1 Rakefile
tao_form-0.2.3 Rakefile
tao_form-0.2.2 Rakefile
tao_form-0.2.1 Rakefile
tao_form-0.2.0 Rakefile
tao_form-0.1.10 Rakefile
tao_form-0.1.9 Rakefile
tao_form-0.1.8 Rakefile
tao_form-0.1.7 Rakefile
tao_form-0.1.6 Rakefile
tao_form-0.1.5 Rakefile
tao_form-0.1.4 Rakefile
tao_form-0.1.3 Rakefile
tao_form-0.1.2 Rakefile
tao_form-0.1.1 Rakefile
tao_form-0.1.0 Rakefile
tao_on_rails-0.8.2 Rakefile
tao_popover-0.3.7 Rakefile