Skip to content

Commit

Permalink
Removed RSpec from default Rakefile task
Browse files Browse the repository at this point in the history
  • Loading branch information
bkuhlmann committed Dec 20, 2023
1 parent e4069c4 commit c8fdd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ RuboCop::RakeTask.new
desc "Run code quality checks"
task code_quality: %i[git_lint reek rubocop]

task default: %i[code_quality spec]
task default: %i[code_quality]

0 comments on commit c8fdd9d

Please sign in to comment.