Skip to content

Commit ed1e1b2

Browse files
committed
Update checksums in specs
1 parent 1970e2e commit ed1e1b2

File tree

6 files changed

+7
-325
lines changed

6 files changed

+7
-325
lines changed

.github/workflows/6_0_7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
ruby: ['3.3']
20-
db: ['postgres']
19+
ruby: [ '3.3' ]
20+
db: [ 'postgres' ]
2121
fail-fast: false
2222

2323
services:

.github/workflows/6_0_7.yml.backup

Lines changed: 0 additions & 159 deletions
This file was deleted.

.github/workflows/6_1_0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
ruby: [ '3.4' ]
20-
db: ['postgres']
20+
db: [ 'postgres' ]
2121
fail-fast: false
2222

2323
services:

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
ruby: ['3.4']
20-
db: ['postgres']
19+
ruby: [ '3.4' ]
20+
db: [ 'postgres' ]
2121
fail-fast: false
2222

2323
services:

.github/workflows/master.yml.backup

Lines changed: 0 additions & 159 deletions
This file was deleted.

spec/checksums_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def assert_checksum(expected, filename)
99

1010
it "checks core file application_helper checksums" do
1111
# several methods are overridden and should be reviewed if the checksum change
12-
# version 6.0.7 is OK
13-
assert_checksum %w"64ef301df3413f4a35cbfeb9c9dddeaa", "app/helpers/application_helper.rb"
12+
# version 6.0.7 and 6.1.0 are OK
13+
assert_checksum %w"64ef301df3413f4a35cbfeb9c9dddeaa 4d428a402e034b91951d6b18eb06b008", "app/helpers/application_helper.rb"
1414
end
1515
end

0 commit comments

Comments
 (0)