We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adcd31e commit f1ca0e1Copy full SHA for f1ca0e1
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
15
test:
16
name: Test
17
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
18
strategy:
19
fail-fast: false
20
matrix:
spec/spec_helper.rb
@@ -1,6 +1,7 @@
1
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
2
$LOAD_PATH.unshift(File.dirname(__FILE__))
3
4
+require 'logger'
5
require 'active_support/all'
6
require 'action_controller'
7
require 'action_dispatch'
0 commit comments