Commit Graph
7 Commits
Author SHA1 Message Date
Dwight Watson 971347c761 Find account first and build transaction through association (#487)
* Find account first and build transaction through association

* Fix flaky test
2024-02-26 06:29:28 -05:00
Dwight Watson e812b715d3 First pass at a system test (#305) 2024-02-05 15:19:31 -06:00
Dwight Watson 97789bc538 Fix arguments to find_by_token_for (#299) 2024-02-04 19:10:48 -06:00
Dwight Watson 1cded2af90 Use Current association in AccountsController and add tests (#298)
* Add PagesControllerTest with authentication

* Rubocop fixes

* Move sign_in to setup block

* Remove instance variable

* Add tests for AccountsController

* Use specific account
2024-02-04 18:00:40 -06:00
Dwight Watson fb7411e163 Add PagesControllerTest with authentication (#288)
* Add PagesControllerTest with authentication

* Rubocop fixes

* Move sign_in to setup block

* Remove instance variable
2024-02-04 17:39:38 -06:00
Dwight Watson d61a22b070 Opt-in to Current fully (#297) 2024-02-04 17:36:46 -06:00
Dwight Watson 23eaa3e066 Split authentication concern from ApplicationController (#289)
* Split authentication concern from ApplicationController

* Remove empty space

* Rubocop fixes
2024-02-04 13:05:13 -06:00