Skip to content

Commit

Permalink
add a default rake target
Browse files Browse the repository at this point in the history
'cause nobody likes to get a stacktrace...
  • Loading branch information
jhoblitt committed Jan 27, 2022
1 parent d3666f0 commit e7aaca6
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
Expand Up @@ -148,3 +148,5 @@ task :table do
fd.puts (new_readme + readme[readme.rindex { |r| r.start_with?('| ') } + 1..-1]).join("\n")
end
end

task default: 'spec'

0 comments on commit e7aaca6

Please sign in to comment.