Skip to content

Commit

Permalink
Automatically cleanup lock file after specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Jul 16, 2024
1 parent f83af16 commit f7db01c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,9 @@ end
desc "Run the test suite"
RSpec::Core::RakeTask.new(:spec)

# Clean up afterwards
Rake::Task[:spec].enhance do
Rake::Task[:clean].invoke
end

task :default => :spec

0 comments on commit f7db01c

Please sign in to comment.