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

« back to all changes in this revision

Viewing changes to debian/ruby-tests.rake

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
require 'rspec/core/rake_task'
 
2
 
 
3
RSpec::Core::RakeTask.new(:spec) do |spec|
 
4
  spec.pattern = './spec/**/*_spec.rb'
 
5
end
 
6
 
 
7
task :default => :spec