lib/dev_commands.rb in dev-2.0.68 vs lib/dev_commands.rb in dev-2.0.69
- old
+ new
@@ -850,16 +850,21 @@
end
}
end
end
end
+class Tag < Array
+
+end
#
# nunit dlls may be specified with
# NUNIT=FileList.new('**/*.Test.dll')
#
# for nunit dlls that must be run in x86 mode,
# NUNIT_x86=FileList.new('**/*.x86.Test.dll')
#
+
+
class Test < Array
def update
add 'rspec' if File.exists?('spec')
if(defined?(NUNIT))