Skip to content

Commit

Permalink
check when the report is created
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Jan 31, 2024
1 parent f5e8fa1 commit 0b3058e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ require_relative 'objects/dynamo'

ENV['RACK_ENV'] = 'test'

task default: %i[check_outdated_gems clean test rubocop xcop copyright]

require 'rake/testtask'
desc 'Run all unit tests'
Rake::TestTask.new(test: :dynamo) do |test|
Expand Down Expand Up @@ -98,3 +96,5 @@ task :check_outdated_gems do
puts 'Some dependencies are outdated' unless ok
end
end

task default: %i[check_outdated_gems clean test rubocop xcop copyright]

0 comments on commit 0b3058e

Please sign in to comment.