cirandas.net

ref: master

test/mocks/profile.rb


1
2
3
4
5
6
class Profile
  def inspect
    "#{self.class.name}/#{id}/#{identifier}"
  end
end