Sha256: 02507aa2e5e2e6a0449e3fa248150da8c66cec8576beb9922fb3cfdda60b468d

Contents?: true

Size: 205 Bytes

Versions: 6

Compression:

Stored size: 205 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'

Rake::TestTask.new do |test|
  test.libs.push('lib')
  test.test_files = FileList[ 'spec/*_spec.rb' ]
  test.verbose = true
end

task :default => :test

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rail-0.0.7 Rakefile
rail-0.0.6 Rakefile
rail-0.0.5 Rakefile
rail-0.0.4 Rakefile
rail-0.0.3 Rakefile
rail-0.0.2 Rakefile