Sha256: d45285dd0f8833a2a54cadb973b205ce22812b715e6adacd79a049dbe325aa29

Contents?: true

Size: 162 Bytes

Versions: 43

Compression:

Stored size: 162 Bytes

Contents

require 'rubygems'
require 'rake'
require 'bundler'
Bundler::GemHelper.install_tasks

desc 'Run all tests by default'
task :default do
  system("rspec spec")
end

Version data entries

43 entries across 42 versions & 11 rubygems

Version Path
bundler-talks-0.0.4 Rakefile
talks-0.1.0 Rakefile
bundler-talks-0.0.3 Rakefile
bundler-talks-0.0.2 Rakefile
rails-talks-0.0.3 Rakefile
rails-talks-0.0.2 Rakefile
talks-0.0.5 Rakefile
talks-0.0.4 Rakefile
gon-3.0.3 Rakefile
spec-talks-0.0.3 Rakefile
talks-0.0.3 Rakefile
talks-0.0.2 Rakefile
gon-3.0.2 Rakefile
gon-3.0.0 Rakefile
tonic-0.0.6 Rakefile
tonic-0.0.4 Rakefile
tonic-0.0.3 Rakefile
tonic-0.0.2 Rakefile
gon-2.3.0 Rakefile
tonic-0.0.1 Rakefile