acceptance: Reword description for accuracy

This commit is contained in:
Elliot Winkler 2015-12-27 00:32:04 -05:00
parent b25f1aab28
commit 830881bbed
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ module Shoulda
end
def simple_description
"validate that #{@attribute} has been set to true"
%(validate that :#{@attribute} has been set to "1")
end
end
end