Bundle update
This commit is contained in:
parent
156eae200b
commit
b3c816a1aa
@ -303,7 +303,7 @@ GEM
|
|||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.9.0)
|
method_source (~> 0.9.0)
|
||||||
public_suffix (4.0.3)
|
public_suffix (4.0.3)
|
||||||
puma (4.3.2)
|
puma (4.3.3)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
rack (2.2.2)
|
rack (2.2.2)
|
||||||
rack-livereload (0.3.17)
|
rack-livereload (0.3.17)
|
||||||
@ -541,4 +541,4 @@ DEPENDENCIES
|
|||||||
web-console
|
web-console
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.3
|
2.1.4
|
||||||
|
@ -12,6 +12,6 @@ class RegionTest < ActiveSupport::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
test 'check other timezone is local timezone' do
|
test 'check other timezone is local timezone' do
|
||||||
assert_equal 'CET', regions(:region_other).tzid
|
assert_equal 'CEST', regions(:region_other).tzid
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user