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