Class: RSpec::Fakes::NulloSpecification

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/core/nullo_specification.rb

Instance Method Summary collapse

Instance Method Details

#is_satisfied_by(item) ⇒ Object



5
6
7
# File 'lib/core/nullo_specification.rb', line 5

def is_satisfied_by(item)
  return true
end