Class: Expectation

Inherits:
Object show all
Defined in:
lib/extensions/rhospec/rhospec.rb

Class Method Summary collapse

Class Method Details

.fail_with(msg, msg1) ⇒ Object



292
293
294
# File 'lib/extensions/rhospec/rhospec.rb', line 292

def self.fail_with(msg, msg1)
    raise msg+ " " + msg1        
end