Method: Clowne::RSpec::Matchers::CloneAssociation#failure_message
- Defined in:
- lib/clowne/rspec/clone_association.rb
#failure_message ⇒ Object
45 46 47 48 49 50 51 |
# File 'lib/clowne/rspec/clone_association.rb', line 45 def if @actual.nil? "expected to include association #{expected}, but none found" else end end |