Skip to content

Commit

Permalink
update rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Jun 4, 2024
1 parent aad5705 commit 2bfc590
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ require "rspec/core/rake_task"

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

task default: :spec
desc "Test the project"
task :test do
Rake::Task["spec"].invoke
end

require "rubocop/rake_task"

Expand Down

0 comments on commit 2bfc590

Please sign in to comment.