Skip to content

Commit 13a8a01

Browse files
committed
Set maintenance-branch to main
1 parent 2c781aa commit 13a8a01

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

maintenance-branch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
master
1+
main

spec/spec_helper.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ class Application < ::Rails::Application
1010
ActiveSupport::TaggedLogging.new ActiveSupport::Logger.new(StringIO.new)
1111
end
1212
end
13+
14+
def self.world
15+
@world
16+
end
17+
18+
def self.world=(world)
19+
@world = world
20+
end
1321
end
1422

1523
I18n.enforce_available_locales = true

0 commit comments

Comments
 (0)