ubicloud/spec/lib
Burak Yucesoy 3e3c6bcdda Fix unit test for invoice generator
We recently changed some billing meters, which caused unit tests to fail due to
floating point precision issues. This commit fixes the tests by rounding the
numbers to three decimal places. I think the long term solution would be to use
integers instead of decimal numbers in all billing code and converting them to
decimal numbers only when displaying them to the user.
2024-08-22 14:41:07 +02:00
..
hosting Make Hetzner test ssh key fixture re-use more obvious 2023-12-15 13:54:49 -08:00
minio Use safe_write_to_file while writing MinIO's CA bundle 2024-02-21 10:54:31 +01:00
authorization_spec.rb Clean unnecessary tests regarding Vm:Firewall actions 2024-05-31 14:39:37 +02:00
billing_rate_spec.rb Add active_from field to billing rates 2024-05-28 22:50:40 +03:00
clog_spec.rb Allow to log additional fields with models in clog 2024-07-12 13:43:30 +03:00
cloudflare_client_spec.rb Manage setup/destroy of the repository's blob storage. 2024-06-28 10:06:23 +03:00
github_spec.rb Bump jwt gem from 2.7.1 to 2.8.0 2024-03-08 15:08:44 +03:00
invoice_generator_spec.rb Fix unit test for invoice generator 2024-08-22 14:41:07 +02:00
monitorable_resource_spec.rb Reduce logging for up resources 2024-06-07 10:36:23 +02:00
pagination_spec.rb Don't accept non-numeric value for page size 2024-04-19 20:54:12 -07:00
sem_snap_spec.rb Use destroy instead of delete 2023-08-01 11:58:57 +03:00
ssh_key_spec.rb Bring ssh_key.rb to 100% line/branch coverage 2023-05-18 09:46:24 +03:00
thread_printer_spec.rb Move Thread dump code ThreadPrinter module 2023-09-04 13:01:21 -07:00
util_spec.rb Add End-to-End CI which runs on a Hetzner Server. 2023-08-30 10:10:36 -07:00
validation_spec.rb Add quota check for VM provisionings 2024-07-26 11:51:20 +02:00