Skip to content

Commit

Permalink
Add default task
Browse files Browse the repository at this point in the history
Fixes "Don't know how to build task 'default'" rake error
  • Loading branch information
jvendetti committed Jan 12, 2022
1 parent 27e0125 commit f217cf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require 'rake/testtask'

task default: %w[test]

Rake::TestTask.new do |t|
t.libs = []
t.test_files = FileList['test/**/test*.rb']
Expand Down

0 comments on commit f217cf6

Please sign in to comment.