Sha256: 38bd7033d719ea8c50965fdc2552451619a3e1ae0b195799a71abc02fedc58dd

Contents?: true

Size: 169 Bytes

Versions: 6

Compression:

Stored size: 169 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec) do |t|
  t.exclude_pattern = "spec/dummy*/**/*"
end

task :default => :spec

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tako-0.3.2 Rakefile
tako-0.3.1 Rakefile
tako-0.3.0 Rakefile
tako-0.2.2 Rakefile
tako-0.2.1 Rakefile
tako-0.2.0 Rakefile