Commit d3836bc299ea139a7e35ae779d09edcea6381313

Authored by Antonio Terceiro
1 parent 2c17e898

Make it easier to spot failures listing profiles

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
test/mocks/test/profile.rb 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +require File.expand_path(File.dirname(__FILE__) + "/../../../app/models/profile")
  2 +
  3 +class Profile
  4 + def inspect
  5 + "#{self.class.name}/#{id}/#{identifier}"
  6 + end
  7 +end
  8 +
... ...