Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laurajaime committed Jun 12, 2023
1 parent 14c02e2 commit ecb2f7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ group :development, :test do
gem "byebug", platform: :mri
gem "decidim-dev", DECIDIM_VERSION
gem "faker"
gem "whenever-test"
end

group :development do
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,8 @@ GEM
websocket-extensions (0.1.5)
whenever (1.0.0)
chronic (>= 0.6.3)
whenever-test (1.0.1)
whenever
wicked (1.4.0)
railties (>= 3.0.7)
wicked_pdf (2.6.3)
Expand Down Expand Up @@ -942,6 +944,7 @@ DEPENDENCIES
web-console
webpacker
whenever
whenever-test

RUBY VERSION
ruby 3.1.3p185
Expand Down
2 changes: 1 addition & 1 deletion config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
end

every :sunday, at: "4:00 am" do
rake "decidim:delete_data_portability_files"
rake "decidim:delete_download_your_data_files"
end

0 comments on commit ecb2f7f

Please sign in to comment.