Sha256: fd30b211733f4ec6bb256741e33611a39837a521df92e679178ea854cf1f0b95
Contents?: true
Size: 206 Bytes
Versions: 3
Compression:
Stored size: 206 Bytes
Contents
require 'bundler' Bundler::GemHelper.install_tasks require 'rspec/core/rake_task' RSpec::Core::RakeTask.new do |t| t.rspec_opts = %w[--color] t.pattern = 'spec/**/*_spec.rb' end task :default => :spec
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
regrit-0.2.1 | Rakefile |
git-ssh-wrapper-0.2.0 | Rakefile |
git-ssh-wrapper-0.1.0 | Rakefile |