adds missing trait to testing factories

This commit is contained in:
Juanjo Bazán
2016-07-28 12:37:00 +02:00
parent 1ad78d599e
commit a9c3629de7

View File

@@ -193,6 +193,10 @@ FactoryGirl.define do
currency_symbol ""
phase 'on_hold'
trait :accepting do
phase 'accepting'
end
trait :selecting do
phase 'selecting'
end