File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
RubberduckTests/CodeExplorer Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 12
12
using Rubberduck . SmartIndenter ;
13
13
using Rubberduck . UI ;
14
14
using Rubberduck . UI . CodeExplorer . Commands ;
15
- using Rubberduck . UI . Refactorings ;
16
15
using Rubberduck . UnitTesting ;
17
16
using Rubberduck . VBEditor . VBEHost ;
18
17
using Rubberduck . VBEditor . Extensions ;
@@ -164,9 +163,6 @@ Dim d As Boolean
164
163
var project = vbe . Object . VBProjects . Item ( 0 ) ;
165
164
var module = project . VBComponents . Item ( 0 ) . CodeModule ;
166
165
167
- var configLoader = new Mock < ConfigurationLoader > ( null , null ) ;
168
- configLoader . Setup ( c => c . LoadConfiguration ( ) ) . Returns ( GetDefaultUnitTestConfig ( ) ) ;
169
-
170
166
var state = new RubberduckParserState ( ) ;
171
167
var commands = new List < ICommand >
172
168
{
@@ -212,9 +208,6 @@ Sub Bar()
212
208
var project = vbe . Object . VBProjects . Item ( 0 ) ;
213
209
var module = project . VBComponents . Item ( 0 ) . CodeModule ;
214
210
215
- var configLoader = new Mock < ConfigurationLoader > ( null , null ) ;
216
- configLoader . Setup ( c => c . LoadConfiguration ( ) ) . Returns ( GetDefaultUnitTestConfig ( ) ) ;
217
-
218
211
var view = new Mock < IRenameDialog > ( ) ;
219
212
view . Setup ( r => r . ShowDialog ( ) ) . Returns ( DialogResult . OK ) ;
220
213
view . Setup ( r => r . Target ) ;
You can’t perform that action at this time.
0 commit comments