This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-12-14 03:06:28 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
98303ee645
discourse
/
spec
/
lib
/
backup_restore
/
restorer_spec.rb
8 lines
96 B
Ruby
Raw
Normal View
History
Unescape
Escape
DEV: use #frozen_string_literal: true on all spec This change both speeds up specs (less strings to allocate) and helps catch cases where methods in Discourse are mutating inputs. Overall we will be migrating everything to use #frozen_string_literal: true it will take a while, but this is the first and safest move in this direction
2019-04-30 08:27:42 +08:00
# frozen_string_literal: true
backup restorer: tidy pg_dump schema portability logic, add test
2018-03-16 06:09:06 +08:00
require
'rails_helper'
FIX: tweak restorer spec to make it stableish (#8300)
2019-11-06 14:05:33 +08:00
describe
BackupRestore
::
Restorer
do
SECURITY: Safely decompress backups when restoring. (#8166) * SECURITY: Safely decompress backups when restoring. * Fix tests and update theme_controller_spec to work with zip files instead of .tar.gz
2019-10-09 22:41:16 +08:00
backup restorer: tidy pg_dump schema portability logic, add test
2018-03-16 06:09:06 +08:00
end
Reference in New Issue
Copy Permalink