Skip to content

Commit

Permalink
Remove old unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Sep 25, 2020
1 parent cd24d9c commit 004209e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'bundler/setup'
require 'bundler/gem_tasks'
require 'appraisal'
require 'rake/testtask'
Expand All @@ -13,18 +12,3 @@ task :default => :test
Rake::TestTask.new(:bench) do |test|
test.pattern = 'test/benchmark_test.rb'
end

task :test_all do
system('rake test RAILS_VERSION="~> 3.0.0"')
system('rake test RAILS_VERSION=">= 3.0.0"')
end

# 'gem install rdoc' to upgrade RDoc if this is giving you errors
require 'rdoc/task'
RDoc::Task.new do |rd|
rd.rdoc_files.include("lib/**/*.rb")
end

require 'rake/clean'
CLEAN.include "**/*.rbc"
CLEAN.include "**/.DS_Store"

0 comments on commit 004209e

Please sign in to comment.