Skip to content

Commit

Permalink
DEV: Add rake test task
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX authored and davidtaylorhq committed Nov 8, 2022
1 parent 1c7f6de commit 2a01c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ rescue Bundler::BundlerError => error
end

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

desc "Default: run tests"
task default: [ :spec ]

0 comments on commit 2a01c4c

Please sign in to comment.