bcardarella / valid_attribute

Minimalist validation BDD for ActiveModel specs
178 stars 18 forks source link

Ensure the instance is cleared on each value test #10

Closed bcardarella closed 13 years ago

bcardarella commented 13 years ago

The instance should be cloned on each iteration of the value loop to ensure a completely clean instance.

bcardarella commented 13 years ago

Done.