Sha256: 22beb60d024f12e309834aa166e91244ccd28dcf23138389c3b32acab5ed9fab

Contents?: true

Size: 295 Bytes

Versions: 14

Compression:

Stored size: 295 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'

desc 'Test the cells plugin.'
Rake::TestTask.new(:test) do |test|
  test.libs << 'test'
  test.test_files = FileList['test/*_test.rb', 'test/rails/*_test.rb'] - ['test/rails/capture_test.rb']
  test.verbose = true
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
cells-3.6.5 Rakefile
cells-3.6.4 Rakefile
cells-3.6.3 Rakefile
cells-3.6.2 Rakefile
cells-3.6.1 Rakefile
cells-3.6.0 Rakefile
cells-3.5.6 Rakefile
cells-3.5.5 Rakefile
cells-3.5.4 Rakefile
cells-3.5.2 Rakefile
cells-3.5.1 Rakefile
cells-3.5.0 Rakefile
cells-3.5.0.beta2 Rakefile
cells-3.5.0.beta1 Rakefile