adds missing trait to testing factories
This commit is contained in:
@@ -193,6 +193,10 @@ FactoryGirl.define do
|
|||||||
currency_symbol "€"
|
currency_symbol "€"
|
||||||
phase 'on_hold'
|
phase 'on_hold'
|
||||||
|
|
||||||
|
trait :accepting do
|
||||||
|
phase 'accepting'
|
||||||
|
end
|
||||||
|
|
||||||
trait :selecting do
|
trait :selecting do
|
||||||
phase 'selecting'
|
phase 'selecting'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user