[
https://issues.jboss.org/browse/ARQ-1481?page=com.atlassian.jira.plugin.s...
]
Karel Piwko commented on ARQ-1481:
----------------------------------
Based on the conversations above, I think that creating a Spock specific runner instead of
using Spock way - creating an Annotation Driven Extension - is the only way to go.
Spock needs better extension points -
https://code.google.com/p/spock/issues/detail?id=322.
Remove redundancy of both ArquillianSputnik and
ArquillianSpecification
-----------------------------------------------------------------------
Key: ARQ-1481
URL:
https://issues.jboss.org/browse/ARQ-1481
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Spock TestRunner
Affects Versions: spock_1.0.0.Beta1
Reporter: Karel Piwko
Assignee: Karel Piwko
It should be possible to remove @ArquillianSpecification, as it is redundant to @RunWith
call.
{code}
@ArquillianSpecification
@RunWith(ArquillianSputik)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira