Skip to content

Commit

Permalink
Merge pull request voxpupuli#109 from bastelfreak/cleanup2
Browse files Browse the repository at this point in the history
Cleanup Rakefile; remove unused rake tasks
  • Loading branch information
bastelfreak authored Oct 30, 2024
2 parents deb7dfa + 989e1f2 commit 5b4313a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
require 'rake'
require 'rake/clean'
require 'rubygems'
require 'bundler/gem_tasks'
require 'fileutils'
require 'rspec/core'
require 'rspec/core/rake_task'

CLEAN.include('pkg/', 'tmp/')
CLOBBER.include('Gemfile.lock')

task default: [:spec]

RSpec::Core::RakeTask.new(:spec) do |spec|
Expand Down

0 comments on commit 5b4313a

Please sign in to comment.