Commit 721c0d2b authored by Desiree Chevalier's avatar Desiree Chevalier

Separates iteration tests into their own groups

parent fd39a861
...@@ -9,7 +9,9 @@ module QA ...@@ -9,7 +9,9 @@ module QA
attr_accessor :title attr_accessor :title
attribute :group do attribute :group do
QA::Resource::Group.fabricate_via_api! QA::Resource::Group.fabricate_via_api! do |group|
group.path = "group-to-test-iterations-#{SecureRandom.hex(8)}"
end
end end
attribute :id attribute :id
......
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