lib/respec/app.rb in respec-0.0.2 vs lib/respec/app.rb in respec-0.0.3
- old
+ new
@@ -92,9 +92,13 @@
else
warn "no fail file - ignoring 'f' argument"
end
elsif arg == 's'
@formatter = 'specdoc'
+ elsif arg == 'd'
+ args << '--debugger'
+ elsif arg =~ /\A[xX]\z/
+ args << '--drb'
elsif arg == 'c'
args << '--diff' << 'context'
elsif arg =~ /\A\d+\z/
i = Integer(arg)
if (failure = failures[i - 1])