Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  factories
  fixtures
  functional
  integration
  lib
  unit
audit.rb 148 Bytes
test_helper.rb 12.2 KB
test_runner.rb 1.1 KB

Latest revisions

# Date Author Comment
445dd7ab 07/20/2015 10:28 AM Daniel Lobato Garcia

Fixes #11089 - Adapt tests to Rails 4

This commit contains all changes to tests in branch
https://github.com/theforeman/foreman/pull/2055 that I found to be
retrocompatible with Rails 3. The more of these we can get in, the less
code we will have to review for Rails 4, and the more relevant it will...

de9e7ada 07/16/2015 05:56 AM Marek Hulán

Fixes #11035 - template preview feature

c6b42368 07/15/2015 12:15 PM Tom Caspy

fixes #11095 - lookup keys do not get saved to db on setter invokation

674755f4 07/14/2015 07:08 AM Ori Rabin

Fixes #10915 - Deleting a host removes all host specific overrides

bb39df2a 07/14/2015 07:01 AM Shimon Shtein

Fixes #8343 - Consolidated code paths, and removed unnecessary DB calls for parent object

890e765e 07/14/2015 03:35 AM Daniel Lobato Garcia

Fixes #11078 - Substitute find_all_by by where to comply with Rails 4

This commit takes away all instances up to this point of find_all_by to
improve Rails 4 compatibility. They are substituted by .where calls.

d575926a 07/13/2015 07:36 AM Alon Goldboim

Fixes #10356 - changed the POST/PUT RABL template to be the same as the GET template

HTTP response code standardized to 201 on create.

d933e388 07/09/2015 07:32 AM Shimon Shtein

Fixes #10438 - Removed trends:clean task, as it is no longer needed

dcc3a96f 07/08/2015 06:23 AM Eric Helms

Fixes #11025: Allow skip test runner to run through Jenkins test task.

The Jenkins CI gem implements its own custom test runner. When trying
to use a custom test runner in the jenkins environment, this test
runner needs to be inherited from and included as the last argument....

776cff93 07/06/2015 07:00 AM Daniel Lobato Garcia

Fixes #10867 - OpenStack boot_from_volume is true only when checked

View revisions

Also available in: Atom