Sha256: e0cd87e87b2b2f86d69dd3b31f77166a681f56b892c727c3e3654fcd7b4d9aeb

Contents?: true

Size: 171 Bytes

Versions: 20

Compression:

Stored size: 171 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new do |t|
  t.pattern = "spec/*_spec.rb"
end

task :default => :spec
task :test => :spec

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
dagjeweg-0.0.8 Rakefile
dagjeweg-0.0.7 Rakefile
dagjeweg-0.0.6 Rakefile
dagjeweg-0.0.5 Rakefile
dagjeweg-0.0.4 Rakefile
dagjeweg-0.0.2 Rakefile
docdata-0.2.3 Rakefile
docdata-0.2.2 Rakefile
docdata-0.2.1 Rakefile
docdata-0.2.0 Rakefile
docdata-0.1.8 Rakefile
docdata-0.1.7 Rakefile
docdata-0.1.6 Rakefile
docdata-0.1.5 Rakefile
docdata-0.1.4 Rakefile
docdata-0.1.2 Rakefile
docdata-0.1.1 Rakefile
docdata-0.1.0 Rakefile
docdata-0.0.5 Rakefile
docdata-0.0.2 Rakefile