Project

General

Profile

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

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

Fixes #19789 - fix Layout/SpaceAroundOperators cop

90b5dff1 05/16/2018 03:59 PM Djebran Lezzoum

Fixes #23605 - Port robottelo tests - smart_proxy

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

Fixes #21424 - use factory_bot_rails

7b9aa630 10/17/2016 08:39 AM Dominic Cleal

refs #13968 - use existing feature to ensure reliable comparison

Feature.name_map may have returned either the new factory-based feature
or the existing fixture-based feature for the name 'TFTP', causing
intermittent failures.

61802878 10/13/2016 05:21 AM Shlomi Zadok

Fixes #13968 - Add error when no known proxy features found

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...