Sha256: df48294e53108e52e474eda0da8bc7eb4e08c86d444c2dfa4b8f79eff7e305c8

Contents?: true

Size: 288 Bytes

Versions: 18

Compression:

Stored size: 288 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'

desc 'Default: run unit tests.'
task :default => :test

Rake::TestTask.new(:test) do |test|
  test.libs << 'test'
  test.test_files = FileList['test/*_test.rb', 'test/rails/*_test.rb']
  test.verbose = true
end

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
apotomo-1.3.2 Rakefile
apotomo-1.3.1 Rakefile
cells-3.11.3 Rakefile
cells-3.11.2 Rakefile
apotomo-1.3.0 Rakefile
cells-3.11.1 Rakefile
cells-3.11.0 Rakefile
cells-3.10.1 Rakefile
apotomo-1.2.6 Rakefile
cells-3.10.0 Rakefile
cells-3.9.1 Rakefile
apotomo-1.2.5 Rakefile
cells-3.9.0 Rakefile
apotomo-1.2.4 Rakefile
apotomo-1.2.3 Rakefile
apotomo-1.2.2 Rakefile
apotomo-1.2.1 Rakefile
apotomo-1.2.0 Rakefile