Sha256: bdddbbf4c420ab917a842322385789b2f3f3d14f68c04967f8f2e0071fe80dd5

Contents?: true

Size: 184 Bytes

Versions: 8

Compression:

Stored size: 184 Bytes

Contents

require 'rake/testtask'

Rake::TestTask.new do |t|
  t.libs << "test"
  t.test_files = FileList['test/models/*.rb', 'test/actions/*.rb']
  t.verbose = true
end

task :default => :test

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sharp-0.3.7 template/Rakefile
sharp-0.3.6 template/Rakefile
sharp-0.3.5 template/Rakefile
sharp-0.3.4 template/Rakefile
sharp-0.3.3 template/Rakefile
sharp-0.3.2 template/Rakefile
sharp-0.3.1 template/Rakefile
sharp-0.3.0 template/Rakefile