File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
require :
2
2
- rubocop-rspec
3
+
4
+ plugins :
3
5
- rubocop-rails
4
6
5
7
Rails :
Original file line number Diff line number Diff line change 1
1
### next
2
2
3
- * TODO: Replace this bullet point with an actual description of a change.
3
+ * Corrected some RuboCop glitches ( # 10 )
4
4
5
5
### 1.7.0 (30 January 2025)
6
6
Original file line number Diff line number Diff line change 8
8
require 'timecop'
9
9
10
10
# Setup a default timezone for the tests
11
- # rubocop:disable Rails/TimeZoneAssignment because we need a configured
12
- # time zone for +Time.zone.xxx+ calls
11
+ # rubocop:disable Rails/TimeZoneAssignment -- because we need a configured time
12
+ # zone for +Time.zone.xxx+ calls
13
13
Time . zone = 'Europe/Berlin'
14
14
# rubocop:enable Rails/TimeZoneAssignment
15
15
You can’t perform that action at this time.
0 commit comments