namespaced matcher

This commit is contained in:
Adam Meehan
2008-12-02 21:07:08 +11:00
parent d847d3b95a
commit 1596ffd2cb
3 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
require File.expand_path(File.dirname(__FILE__) + '/../../../spec_helper')
class NoValidation < Person
end