Sha256: e1b9fedfd60934158acdcd265bf24f4058ac3247a13b0b16c09efc62b291b5dd

Contents?: true

Size: 197 Bytes

Versions: 43

Compression:

Stored size: 197 Bytes

Contents

require "bundler/gem_tasks"
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

43 entries across 43 versions & 6 rubygems

Version Path
tito-0.2.8 Rakefile
tito-0.2.7 Rakefile
tito-0.2.6 Rakefile
tito-0.2.5 Rakefile
tito-0.2.4 Rakefile
tito-0.2.3 Rakefile
tito-0.2.2 Rakefile
tito-0.2.1 Rakefile
tito-0.2.0 Rakefile
teaching_printables-0.0.5 Rakefile
teaching_printables-0.0.4 Rakefile
tito-0.1.11 Rakefile
tito-0.1.10 Rakefile
tito-0.1.9 Rakefile
tito-0.1.8 Rakefile
tito-0.1.7 Rakefile
tito-0.1.6 Rakefile
tito-0.1.4 Rakefile
has_reindexable_associations-0.1.3 Rakefile
has_reindexable_associations-0.1.2 Rakefile