internetee-registry/spec
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
..
api/repp Rename users.password to users.plain_text_password 2018-07-13 23:09:21 +03:00
factories Refactor and improve invoices 2019-03-14 15:39:24 +02:00
features Remove useless spec 2018-08-10 13:52:13 +03:00
jobs Remove duplicate rspec tests 2018-06-26 10:03:17 +03:00
lib/validators Revert "Revert "Registry 569"" 2017-10-22 23:57:11 +03:00
mailers Refactor registrant change mailer 2017-05-20 17:36:32 +03:00
models Refactor and improve invoices 2019-03-14 15:39:24 +02:00
presenters Merge branch 'registry-791' into registry-790 2018-07-27 16:18:28 +03:00
requests Fix tests and specs 2018-07-13 23:12:01 +03:00
routing/registrant Remove routing specs 2018-06-19 21:10:53 +03:00
services Refactor registrant change mailer 2017-05-20 17:36:32 +03:00
support Fix spec helpers 2018-08-09 14:48:16 +03:00
validators/contact/ident Revert "Revert "Registry 569"" 2017-10-22 23:57:11 +03:00
views Specify view extensions explicitly 2018-06-06 07:23:39 +03:00
factory_lint_spec.rb Rename FactoryGirl to FactoryBot 2017-10-28 21:43:38 +03:00
rails_helper.rb Remove poltergeist gem, which is unused 2018-07-09 10:16:44 +03:00
spec_helper.rb Extract simplecov config 2019-03-09 18:13:24 +02:00