Sha256: 17f0977ebffb5d6ea9a9e531d1957fb156f6bcf3a39668bbaa5378bbe5911c27

Contents?: true

Size: 221 Bytes

Versions: 8

Compression:

Stored size: 221 Bytes

Contents

require 'rspec/core/rake_task'
require 'bundler/gem_tasks'

FileList['tasks/*.rake'].each { |task| load task }

task :default => :spec

desc 'Run the specs.'
RSpec::Core::RakeTask.new do |t|
  t.pattern = '*_spec.rb'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tablesmith-0.4.1 Rakefile
tablesmith-0.4.0 Rakefile
tablesmith-0.3.1 Rakefile
tablesmith-0.3.0 Rakefile
tablesmith-0.2.2 Rakefile
tablesmith-0.2.1 Rakefile
tablesmith-0.1.2 Rakefile
tablesmith-0.1.0 Rakefile