Project

General

Profile

Download (14.4 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

c68cefa6 06/08/2018 10:31 AM Kavita Gaikwad

Fixes #23377 - audit external group membership changes (#5555)

68388bc2 04/26/2018 04:29 PM Michael Moll

Fixes #19781 - Fix Layout/LeadingCommentSpace cop

7bf12c71 04/06/2018 04:31 PM Oleg Dovzhenko

Fixes #23106 - Fix MySQL tests

7f5cc0d1 04/06/2018 04:31 PM Oleg Dovzhenko

Fixes #23106 - Port robottelo tests for usergroups

8ac0ffd9 04/05/2018 11:56 AM Michael Moll

Fixes #19832 - Fix Rails/FindBy cop

9ae8fa19 04/05/2018 11:56 AM Michael Moll

Fixes #23123 - Fix Rails/ActiveRecordAliases cop

d0eef9af 03/07/2018 07:01 AM Swapnil Abnave

Fixes #22199 - Audit has_many associations (#5187)

34f84c8d 01/15/2018 01:22 PM Michael Moll

Refs #22164 - use cheaper FactoryBot methods

  • Refs #22164 - FactoryBot.build -> FactoryBot.build_stubbed
  • Refs #22164 - FactoryBot.create -> FactoryBot.build

in
- test/unit/*
- test/models/shared/taxonomies_base_test.rb
- test/controllers/hosts_controller_test.rb

97371ff9 11/14/2017 11:14 AM Daniel Lobato Garcia

Fixes #21502 - Disable editing users in group with EUG (#4962)

Adding Users to User Groups with External User Groups does not
work. Currently the only feedback the user gets is that Users get
automatically removed after the form is submitted - no warning or...

8c6bc83e 11/01/2017 09:00 AM Marek Hulán

Fixes #21424 - use factory_bot_rails

b8deed3d 04/24/2017 03:54 AM Dominic Cleal

fixes #19344 - sort both expected and actual results in UG test

Sorting of the actual value is by name (`Host::Managed#<=>`), but the
expected value was sorted by ID (order of creation). Expected/actual
arguments are swapped to correct order.

28b7dd9f 03/15/2017 12:03 PM Timo Goebel

fixes #18476 - users have ssh keys

ea98080f 09/24/2016 03:20 AM Dominic Cleal

fixes #16557 - move tests into modern Rails layout

Models, controllers, mailers and helpers are now in test/ subdirs
matching app/ subdirs. Service, miscellaneous and old test/lib/ tests
are now in test/unit/ separated from models, which obsoletes the custom...