Sha256: f7ba7430eca1336215c945c5267061dc122632dbcea8bc46ef3424fa6ba7a303

Contents?: true

Size: 195 Bytes

Versions: 9

Compression:

Stored size: 195 Bytes

Contents

#!/usr/bin/env rake

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

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = 'spec/*_spec.rb'
end

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

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
munin-ruby-0.2.1 Rakefile
mail_extract-0.1.4 Rakefile
mail_extract-0.1.3 Rakefile
mail_extract-0.1.2 Rakefile
mail_extract-0.1.1 Rakefile
capistrano-payload-0.4.0 Rakefile
capistrano-payload-0.3.0 Rakefile
mail_extract-0.1.0 Rakefile
crash_hook-0.2.0 Rakefile