Commit f6fcb200 authored by Walmyr Lima's avatar Walmyr Lima

Simplify and shorten test code

parent c618698c
......@@ -28,11 +28,9 @@ module QA
end
before do
issue = Resource::Issue.fabricate_via_api! do |issue|
Resource::Issue.fabricate_via_api! do |issue|
issue.title = issue_title
end
issue.visit!
end.visit!
end
it 'user comments on an issue with an attachment' do
......
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