mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
remove spec guff
This commit is contained in:
parent
2f3efa2107
commit
7243456b76
@ -111,8 +111,6 @@ describe ValidatesTimeliness::Validator do
|
|||||||
end
|
end
|
||||||
|
|
||||||
describe "#format_error_value" do
|
describe "#format_error_value" do
|
||||||
let(:validator) { ValidatesTimeliness::Validator.new(:attributes => [:birth_date], :type => :date) }
|
|
||||||
|
|
||||||
describe "default" do
|
describe "default" do
|
||||||
it 'should format date error value as yyyy-mm-dd' do
|
it 'should format date error value as yyyy-mm-dd' do
|
||||||
validator = ValidatesTimeliness::Validator.new(:attributes => [:birth_date], :type => :date)
|
validator = ValidatesTimeliness::Validator.new(:attributes => [:birth_date], :type => :date)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user