Closed legal90 closed 8 years ago
This PR includes similar changes in confluence and jira cookbook: https://github.com/parallels-cookbooks/confluence/pull/31 https://github.com/parallels-cookbooks/confluence/pull/74 https://github.com/parallels-cookbooks/confluence/pull/78
Frankly speaking, I haven't planned to move library methods from class to module. But unit tests did not pass without that - data bag stubbing did not work for instance methods by some reason.
I've rebased the branch and updated unit tests
Merged with ea25775d16bc64083bd730340512d4f49989b63b
This PR includes similar changes in confluence and jira cookbook: https://github.com/parallels-cookbooks/confluence/pull/31 https://github.com/parallels-cookbooks/confluence/pull/74 https://github.com/parallels-cookbooks/confluence/pull/78
Frankly speaking, I haven't planned to move library methods from class to module. But unit tests did not pass without that - data bag stubbing did not work for instance methods by some reason.