mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00:00
More rebranding changes (#159)
* Replace Maybe for Sure in select code areas * Make sure passwords are consistent * Remove (admin|member) from demo data first name * Database and schema names finally to `sure` * Fix broken test * Another (benchmarking) database name to `sure_*` * More rebranding to Sure * Missed this Maybe mention in the same page * Random nitpicks and more Maybes * Demo data accounts and more Maybes * Test data account updates * Impersonation test accounts * Consistency with `compose.example.yml`
This commit is contained in:
@@ -29,7 +29,7 @@ class FamilyExportTest < ActiveSupport::TestCase
|
||||
test "filename is generated correctly" do
|
||||
travel_to Time.zone.local(2024, 1, 15, 14, 30, 0) do
|
||||
export = @family.family_exports.create!
|
||||
expected_filename = "maybe_export_20240115_143000.zip"
|
||||
expected_filename = "sure_export_20240115_143000.zip"
|
||||
assert_equal expected_filename, export.filename
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user