From 89f7cb1762a865d72827a024559018efc247e185 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 1 Aug 2017 11:13:37 +0100 Subject: Removed more cruft. Updated debian/rules to use the Makefile. Updated bundle --- Rakefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index feea409..b1fe254 100644 --- a/Rakefile +++ b/Rakefile @@ -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" -- cgit v1.2.1