internetee-registry/test
Artur Beljajev a97728c0f3 Refactor and improve invoices
- `runner 'Invoice.cancel_overdue_invoices'` in `schedule.rb` is
changed to `rake 'invoices:cancel_overdue'`.
- `invoices.payment_term` database column is removed and its value is
hardcoded in UI.
- `invoices.paid_at` is removed as unused
- `invoices.due_date` column's type is now `date`.
- `Invoice#invoice_items` renamed to `Invoice#items` and `Invoice`
interface to get a list of items is unified.
- Default date format in UI.
- Default translations are used.
- Tests improved.
- Specs converted to tests and removed along with factories.
- Database structure improved.
2019-03-14 15:39:24 +02:00
..
fixtures Refactor and improve invoices 2019-03-14 15:39:24 +02:00
integration Refactor and improve invoices 2019-03-14 15:39:24 +02:00
jobs Rename notifications.body to text 2018-08-23 22:33:30 +03:00
learning Add learning tests for countries gem 2019-02-25 22:11:56 +02:00
lib Fix fixture 2019-03-08 13:31:44 +02:00
models Refactor and improve invoices 2019-03-14 15:39:24 +02:00
services Refactor and improve invoices 2019-03-14 15:39:24 +02:00
support Deprecate TaskTestCase class 2018-11-29 15:32:53 +02:00
system Refactor and improve invoices 2019-03-14 15:39:24 +02:00
tasks Refactor and improve invoices 2019-03-14 15:39:24 +02:00
application_system_test_case.rb Change test structure to follow closer newer Rails 5 rules 2018-07-27 09:36:27 +03:00
test_helper.rb Extract simplecov config 2019-03-09 18:13:24 +02:00