Commit b83537c4 by Gabriel Falcao

empty tags are now lists

parent ec55e91d
......@@ -533,7 +533,7 @@ class Scenario(object):
if original_string and '@' in self.original_string:
self.tags = self._find_tags_in(original_string)
else:
self.tags = None
self.tags = []
@property
def max_length(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment