Skip to content

Commit

Permalink
Remove spec configuration duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
ViMesTor committed Feb 15, 2024
1 parent e8c6481 commit 8706bb5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,11 @@ namespace :spec do
t.pattern = 'spec/services/*_spec.rb'
t.rspec_opts = '--format documentation' # O "--format progress"
end

desc 'run monitor tests'
RSpec::Core::RakeTask.new(:monitor_cluster) do |t|
puts "Running Monitor tests on #{host} ..."
t.pattern = 'spec/modules/monitor/*_spec.rb'
t.rspec_opts = '--format documentation' # O "--format progress"
end

desc 'run configuration tests'
RSpec::Core::RakeTask.new(:configuration) do |t|
puts "Running configuration tests on #{host} ..."
t.pattern = 'spec/configuration/*_spec.rb'
t.rspec_opts = '--format documentation' # O "--format progress"
end
end

0 comments on commit 8706bb5

Please sign in to comment.