From d3836bc299ea139a7e35ae779d09edcea6381313 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 24 Aug 2012 14:54:58 -0300 Subject: [PATCH] Make it easier to spot failures listing profiles --- test/mocks/test/profile.rb | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) create mode 100644 test/mocks/test/profile.rb diff --git a/test/mocks/test/profile.rb b/test/mocks/test/profile.rb new file mode 100644 index 0000000..89b827f --- /dev/null +++ b/test/mocks/test/profile.rb @@ -0,0 +1,8 @@ +require File.expand_path(File.dirname(__FILE__) + "/../../../app/models/profile") + +class Profile + def inspect + "#{self.class.name}/#{id}/#{identifier}" + end +end + -- libgit2 0.21.2