diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-08-01 11:13:37 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-08-01 11:13:37 +0100 |
commit | 89f7cb1762a865d72827a024559018efc247e185 (patch) | |
tree | 6db3c66f53d68c73ca7da923414fc38cf05813a8 /Rakefile | |
parent | 8a45a5152f953c5573bd18a3bd8b0785f3dea513 (diff) |
Removed more cruft. Updated debian/rules to use the Makefile. Updated bundle
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -1,14 +1,5 @@ require 'rake/testtask' -task :console do - $:.push("lib") - require 'irb' - require 'irb/completion' - require 'mauve/server' - ARGV.clear - IRB.start -end - Rake::TestTask.new do |t| t.libs << "test" t.libs << "lib" |