Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More rename tests, make rename tests use new builder thingie #713

Merged
merged 8 commits into from Jul 18, 2015
Merged

Conversation

Hosch250
Copy link
Member

No description provided.

@@ -189,6 +189,7 @@ private Mock<CodeModule> CreateCodeModuleMock(string name, string content)
var result = CreateCodeModuleMock(content);
result.SetupGet(m => m.VBE).Returns(_getVbe);
result.SetupGet(m => m.CodePane).Returns(() => codePane.Object);
result.SetupProperty(m => m.Name, name);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, good catch! :+1

retailcoder added a commit that referenced this pull request Jul 18, 2015
More rename tests, make rename tests use new builder thingie
@retailcoder retailcoder merged commit 59ab422 into rubberduck-vba:next Jul 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants