Skip to content

Commit

Permalink
Merge pull request #227 from jhoblitt/feature/default_rake_target
Browse files Browse the repository at this point in the history
add a default rake target
  • Loading branch information
bastelfreak committed Jan 27, 2022
2 parents d3666f0 + e7aaca6 commit 8846969
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 8846969

Please sign in to comment.