Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Remove unecessary rspec workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkoelewijn committed May 4, 2020
1 parent 0bb90a9 commit 4a6b484
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,15 +1,6 @@
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

# Fix to be able to use more recent Rake's without havin
# to upgrade rspec
module TempFixForRakeLastComment
def last_comment
last_description
end
end
Rake::Application.send :include, TempFixForRakeLastComment

desc 'Run the spec testing suite'
RSpec::Core::RakeTask.new(:spec)

Expand Down

0 comments on commit 4a6b484

Please sign in to comment.