remove spec guff

This commit is contained in:
Adam Meehan 2010-08-31 13:27:36 +10:00
parent 2f3efa2107
commit 7243456b76

View File

@ -111,8 +111,6 @@ describe ValidatesTimeliness::Validator do
end
describe "#format_error_value" do
let(:validator) { ValidatesTimeliness::Validator.new(:attributes => [:birth_date], :type => :date) }
describe "default" do
it 'should format date error value as yyyy-mm-dd' do
validator = ValidatesTimeliness::Validator.new(:attributes => [:birth_date], :type => :date)