~ubuntu-branches/ubuntu/wily/ruby-retryable/wily-proposed

« back to all changes in this revision

Viewing changes to Rakefile

  • Committer: Package Import Robot
  • Author(s): Hleb Valoshka
  • Date: 2015-06-22 16:22:37 UTC
  • Revision ID: package-import@ubuntu.com-20150622162237-1xf7yvad71h84er2
Tags: upstream-2.0.1
ImportĀ upstreamĀ versionĀ 2.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
require 'bundler'
 
2
Bundler::GemHelper.install_tasks
 
3
 
 
4
require 'rspec/core/rake_task'
 
5
RSpec::Core::RakeTask.new(:spec)
 
6
 
 
7
task :test => :spec
 
8
task :default => :spec
 
9
 
 
10
require 'yard'
 
11
YARD::Rake::YardocTask.new