lib/dev_commands.rb in dev-2.0.57 vs lib/dev_commands.rb in dev-2.0.58

- old
+ new

@@ -910,9 +910,11 @@ raise "unable to locate nunit-console-x86.exe, assign NUNIT_CONSOLE_X86 to the correct location." end @@nunit_console_x86 end end + +NUNIT=FileList.new('**/*.Test.dll') class Text def self.replace_in_glob(glob,search,replace) Dir.glob(glob).each{ |f| replace_in_file(f,search,replace) } end