Commit graph

12 commits

Author SHA1 Message Date
Artur Beljajev
2da578a437 Migrate fabricators to factory bot factories (#626)
* Remove factory_girl include from dev rake task

No longer needed after 92b125b4a7

* Add missing factories

* Use FactoryBot factories instead of fabricators

* Remove all fabricators

* Remove unused method

* Remove fabrication gem

* Rename FactoryGirl to FactoryBot

https://robots.thoughtbot.com/factory_bot
2017-11-16 10:18:53 +02:00
Artur Beljajev
e2ebe0aa84 Improve registrar area linked user switch
- Introduce profile
- Move linked users to profile
- Use PUT

#599
2017-10-09 11:03:43 +03:00
Artur Beljajev
787cca8e4c Extract Registrar::CurrentUserController from SessionsController
#600
2017-10-04 01:00:24 +03:00
Artur Beljajev
fd58024226 Introduce ApiUser.min_password_length
#248
2017-01-08 21:28:21 +02:00
Artur Beljajev
fe8559dbb0 Remove shoulda-matchers gem
#206
2016-10-20 15:15:46 +03:00
Priit Tark
598ab7ba63 Ignore empty identity for regisrar user switch #2754 2015-08-19 01:21:04 +03:00
Martin Lensment
626fa6d25d Fix api user test #2752 2015-07-24 16:05:43 +03:00
Priit Tark
5afa0ac793 Added Registrar roles with super, epp, billing 2015-05-20 19:58:00 +03:00
Priit Tark
2ed9672eb5 Show only priv contacts 2015-05-11 15:56:31 +03:00
Priit Tark
20fbe5eef7 Api user active by default 2015-02-26 11:09:22 +02:00
Priit Tark
a637eb5e01 Added some missing model specs + PaperTrail session fix 2015-02-02 18:09:01 +02:00
Martin Lensment
c91c9c8ebf Refactor EPP users to API users 2015-01-29 14:13:49 +02:00
Renamed from spec/models/epp_user_spec.rb (Browse further)