Sha256: d6004bc97ae6c2e1371301b5f5f6b5aee018de1ca418a499a7147782d9185212

Contents?: true

Size: 223 Bytes

Versions: 41

Compression:

Stored size: 223 Bytes

Contents

require 'bundler/gem_tasks'
require 'rubocop/rake_task'
require 'rake/testtask'

RuboCop::RakeTask.new

Rake::TestTask.new do |t|
  t.libs << 'test'
  t.pattern = 'test/**/test_*.rb'
end

task :default => [:test, :rubocop]

Version data entries

41 entries across 41 versions & 2 rubygems

Version Path
dogwatch-1.2.0 Rakefile
dogwatch-1.1.1 Rakefile
dogwatch-1.1.0 Rakefile
dogwatch-1.0.5 Rakefile
convection-0.2.32 Rakefile
convection-0.2.31 Rakefile
convection-0.2.30 Rakefile
convection-0.2.29 Rakefile
convection-0.2.28 Rakefile
dogwatch-1.0.4 Rakefile
convection-0.2.27 Rakefile
convection-0.2.26 Rakefile
convection-0.2.25 Rakefile
convection-0.2.24 Rakefile
convection-0.2.23 Rakefile
convection-0.2.22 Rakefile
convection-0.2.21 Rakefile
convection-0.2.20 Rakefile
convection-0.2.19 Rakefile
convection-0.2.18 Rakefile