Skip to content

Commit

Permalink
fix test runs (#237)
Browse files Browse the repository at this point in the history
/no-platform

Co-authored-by: rondo <[email protected]>
  • Loading branch information
devinburnette and rondo-bot authored Dec 17, 2024
1 parent 679c212 commit 3c7cb52
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ if %w(development test).include? Rails.env
require 'rubocop/rake_task'
RuboCop::RakeTask.new

namespace :knapsack_pro do
namespace :queue do
desc "Run specs"
task rspec: :environment do
Rake::Task["spec"].invoke
end
end
end

task(:default).clear
task default: %i(rubocop spec)
end

0 comments on commit 3c7cb52

Please sign in to comment.