have to manually require matcher now because the presence of the Spec

namespace caused issues for shoulda when not using rspec:wq
This commit is contained in:
Adam Meehan
2009-07-07 15:32:15 +10:00
parent 14c55e3292
commit 1a31e7463d
5 changed files with 16 additions and 10 deletions

View File

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