Sha256: e45d690977f1b75ac8c428e683f75bd73a5d5d86621346a88e809255e447b14a

Contents?: true

Size: 179 Bytes

Versions: 11

Compression:

Stored size: 179 Bytes

Contents

require "bundler/gem_tasks"

begin
  require 'rspec/core/rake_task'
  RSpec::Core::RakeTask.new(:spec)
rescue LoadError
  puts "rspec no available"
end

task :default => ['spec']

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
mailstro-0.1.0 Rakefile
mailstro-0.0.10 Rakefile
mailstro-0.0.9 Rakefile
mailstro-0.0.8 Rakefile
mailstro-0.0.7 Rakefile
mailstro-0.0.6 Rakefile
mailstro-0.0.5 Rakefile
mailstro-0.0.4 Rakefile
mailstro-0.0.3 Rakefile
mailstro-0.0.2 Rakefile
mailstro-0.0.1 Rakefile