From a45f447bf2a11e032a1e2c119483eebe7e5dd427 Mon Sep 17 00:00:00 2001 From: Ben J Woodcroft Date: Tue, 29 Dec 2015 22:22:00 +1000 Subject: [PATCH] require date for ValidateInclusionOfMatcher --- .../matchers/active_model/validate_inclusion_of_matcher.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/shoulda/matchers/active_model/validate_inclusion_of_matcher.rb b/lib/shoulda/matchers/active_model/validate_inclusion_of_matcher.rb index 2b6d94acc..84f329535 100644 --- a/lib/shoulda/matchers/active_model/validate_inclusion_of_matcher.rb +++ b/lib/shoulda/matchers/active_model/validate_inclusion_of_matcher.rb @@ -1,4 +1,5 @@ require 'bigdecimal' +require 'date' module Shoulda module Matchers