Sha256: 94ae59a19496a77f2f09ab277dd368be4a56aafc37151f75c9b1a60491d8631a

Contents?: true

Size: 195 Bytes

Versions: 29

Compression:

Stored size: 195 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'

Rake::TestTask.new(:spec) do |t|
  t.libs << 'lib'
  t.libs << 'spec'
  t.test_files = FileList['spec/*_spec.rb']
end

task :default => :spec

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
git_commands-3.5.3 Rakefile
git_commands-3.5.2 Rakefile
git_commands-3.5.1 Rakefile
git_commands-3.4.0 Rakefile
git_commands-3.3.7 Rakefile
git_commands-3.3.6 Rakefile
git_commands-3.3.5 Rakefile
git_commands-3.3.4 Rakefile
git_commands-3.3.3 Rakefile
git_commands-3.3.2 Rakefile
git_commands-3.3.1 Rakefile
git_commands-3.3.0 Rakefile
git_commands-3.2.9 Rakefile
git_commands-3.2.8 Rakefile
git_commands-3.2.6 Rakefile
git_commands-3.2.5 Rakefile
git_commands-3.2.4 Rakefile
git_commands-3.2.3 Rakefile
git_commands-3.2.2 Rakefile
git_commands-3.2.1 Rakefile