Skip to content

Commit

Permalink
Removing .document file
Browse files Browse the repository at this point in the history
  • Loading branch information
David Czarnecki committed Feb 25, 2012
1 parent d4b81f6 commit f8e6acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .document

This file was deleted.

8 changes: 2 additions & 6 deletions Rakefile
@@ -1,8 +1,7 @@
require 'bundler'
Bundler::GemHelper.install_tasks

require 'bundler/gem_tasks'
require 'rake'
require 'rake/testtask'

Rake::TestTask.new(:test) do |test|
test.libs << 'lib' << 'test'
test.pattern = 'test/**/test_*.rb'
Expand All @@ -20,9 +19,6 @@ task :default => :run
desc "Run tests and manage server start/stop"
task :run => [:start, :test, :stop]

desc "Run rcov and manage server start/stop"
task :rcoverage => [:start, :rcov, :stop]

desc "Start the Redis server"
task :start do
redis_running = \
Expand Down

0 comments on commit f8e6acf

Please sign in to comment.