Major supplier refactor making the whole system work better
This commit is contained in:
@@ -156,4 +156,12 @@ describe List do
|
||||
|
||||
describe 'product order creation'
|
||||
end
|
||||
|
||||
describe '#close!' do
|
||||
it 'removes the helped mark' do
|
||||
list_options[:needs_help] = true
|
||||
list.close!
|
||||
expect( list.needs_help? ).not_to be true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user