gauge-csharp
gauge-csharp copied to clipboard
does not refactor step defined in a different project but same solution
Expected Behavior If a step is recognized as implemented, one should be able to refactor it.
Actual Behavior Getting the following message on command line
Cannot perform refactoring: Sequence contains no elements
0 specifications changed.
0 concepts changed.
0 files in code changed.
Steps to replicate
- Create a solution with a gauge project.
- Create another project
foo
- Add
foo
as a dependency on the gauge project. - Create a spec
Specification Heading
=====================
* xyz
- Add the implementation manually in
foo
. - Execute the spec. It works fine.
- Now refactor from command line
gauge --refactor "xyz" "something"
It gives the above message
Version
Gauge version: 0.4.1.nightly-2016-05-30
Plugins
-------
csharp (0.7.3.nightly-2016-05-30)
html-report (2.1.1.nightly-2016-05-30)