summaryrefslogtreecommitdiff
path: root/spec/features/admin
Commit message (Collapse)AuthorAgeFilesLines
* Move spec/features/admin/security_spec to spec/features/securityrs-security-spec-speedRobert Speicher2015-07-221-27/+0
|
* Add a button to Admin::Users#show to disable 2FA for that userrs-disable-2fa-by-adminRobert Speicher2015-07-101-0/+33
|
* Allow Admin to filter users by 2FA statusRobert Speicher2015-06-191-0/+40
|
* Add 2FA status to Admin::Users#showRobert Speicher2015-06-191-4/+24
|
* Use `page.all` and `page.within` in specsrs-expect-syntax-specsRobert Speicher2015-06-131-1/+1
|
* Update ffaker gemRobert Speicher2015-05-201-1/+1
| | | | | | Adds a version requirement which it didn't have before, at 2.0.0. This version has breaking API changes in that the namespace is now `FFaker` instead of `Faker`.
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-142-4/+4
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Even more hound fixesJeroen van Baarsen2015-02-121-10/+12
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-124-37/+37
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix testsDmitriy Zaporozhets2015-02-051-3/+3
|
* Css/views cleanup after layout restyleDmitriy Zaporozhets2014-12-211-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove unnecessary page. from tests.Ciro Santilli2014-09-261-2/+2
|
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-171-11/+7
|
* Split feature tests out to different build jobJeroen van Baarsen2014-04-134-4/+4
|
* Fix tests after can_create_team was removedDmitriy Zaporozhets2013-08-211-1/+0
|
* Remove form for adding user to several projects from admin area.Dmitriy Zaporozhets2013-06-221-14/+0
| | | | Remove unnecessary projects order on User#show
* Force user password change for users created by adminDmitriy Zaporozhets2013-06-131-17/+1
|
* Add settings for user permission defaultsDmitry Medvinsky2013-05-161-0/+8
| | | | | | “Can create groups” and “Can create teams” had hardcoded defaults to `true`. Sometimes it is desirable to prohibit these for newly created users by default.
* Minor usability improvementsDmitriy Zaporozhets2013-04-181-6/+6
|
* fix testDmitriy Zaporozhets2013-04-021-1/+1
|
* Removed not relevant tests for admin.projectsDmitriy Zaporozhets2013-03-251-42/+0
|
* fix admin users testsDmitriy Zaporozhets2013-02-281-4/+4
|
* Removing ambiguity and non-working selectorsDmitriy Zaporozhets2013-02-211-1/+0
|
* move capybara scenarios to spec/featuresDmitriy Zaporozhets2013-02-214-0/+289