Skip to content

Commit

Permalink
Add user test
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezborder committed Dec 4, 2024
1 parent 700128f commit db72f30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,11 @@ namespace :spec do
t.pattern = 'spec/modules/monitor/*_spec.rb'
t.rspec_opts = '--format documentation' # O "--format progress"
end

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

0 comments on commit db72f30

Please sign in to comment.