~ubuntu-branches/debian/sid/ruby-batch-loader/sid

« back to all changes in this revision

Viewing changes to Rakefile

  • Committer: Package Import Robot
  • Author(s): Pirate Praveen
  • Date: 2018-03-17 13:06:55 UTC
  • Revision ID: package-import@ubuntu.com-20180317130655-v1v5wubhc5zxb3zt
Tags: upstream-1.2.1
ImportĀ upstreamĀ versionĀ 1.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
require "bundler/gem_tasks"
 
2
require "rspec/core/rake_task"
 
3
 
 
4
RSpec::Core::RakeTask.new(:spec)
 
5
 
 
6
task :default => :spec