Project

General

Profile

« Previous | Next » 

Revision 445dd7ab

Added by Daniel Lobato Garcia almost 9 years ago

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
be, as it'll be all completly Rails 4 specific.

View differences:

test/unit/sso.rb
def test_get_available_should_find_first_available_method
stub(SSO).all { [ DummyFalseMethod, DummyTrueMethod, DummyFalseMethod ] }
available = SSO.get_available(Object.new)
assert_present available
assert available.present?
end
end

Also available in: Unified diff