Skip to content

Commit

Permalink
Remove unused Rake tasks
Browse files Browse the repository at this point in the history
These are unused since ce5b073
  • Loading branch information
v-kolesnikov committed Nov 12, 2023
1 parent 0d509ad commit 730970e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ task :default => :spec
desc "Run the core, model, and extension/plugin specs"
task :spec => [:spec_core, :spec_model, :spec_plugin]

desc "Run the core, model, and extension/plugin specs with warnings"
task :spec_w => [:spec_core_w, :spec_model_w, :spec_plugin_w]

spec_task.call("Run core and model specs together", :spec_core_model, 'spec/core_model_spec.rb', "core-model", false)
spec_task.call("Run core specs", :spec_core, 'spec/core_spec.rb', false, false)
spec_task.call("Run model specs", :spec_model, 'spec/model_spec.rb', false, false)
Expand Down

0 comments on commit 730970e

Please sign in to comment.