diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-06-06 07:28:10 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-06-06 09:26:03 +0200 |
| commit | 7f818a48cf9beb47af1402bb571d3de21a537e27 (patch) | |
| tree | 85e223066a3f64afc511b147a27f261c794f5836 /test/system | |
| parent | a774c7ab506e8d70205e18333bf37fb20cc82c85 (diff) | |
| download | operum-7f818a48cf9beb47af1402bb571d3de21a537e27.tar.gz operum-7f818a48cf9beb47af1402bb571d3de21a537e27.zip | |
Upgraded to ruby 3.2.2 and updated gems
Gem updates correspond to a rails patch-level upgrade to fix a
vulnerability issue.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'test/system')
| -rw-r--r-- | test/system/tags_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/system/tags_test.rb b/test/system/tags_test.rb index 15d1c3e..a690007 100644 --- a/test/system/tags_test.rb +++ b/test/system/tags_test.rb @@ -73,6 +73,7 @@ class SharedSearchesTest < ApplicationSystemTestCase test 'can delete an existing tag' do visit tags_url + # TODO: flaky assert_difference 'Tag.count', -1 do click_link(I18n.t('general.delete'), match: :first) |
