Skip to content

Commit

Permalink
Add Rakefile (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Evanczuk authored May 9, 2022
1 parent edebc5d commit 566d3be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# typed: ignore

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task default: :spec

0 comments on commit 566d3be

Please sign in to comment.