search for: simplify_md

Displaying 2 results from an estimated 2 matches for "simplify_md".

2007 Oct 11
2
Incompatibility Issues after updating CURRENT
Hi, I''m using piston to manage rspec and rspec_on_rails in vendor/plugins. ---- ~/work/simplify_md $ piston st vendor/plugins/ vendor/plugins/rspec (svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec) vendor/plugins/rspec_on_rails (svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec_on_rails) ---- After I ''piston update''d rspec and rspec_on_rails......
2007 Oct 24
1
Stubbing Kernel.` (backquote)
...system call to OcrBarcode passing in the temporary copy of the file" it "should create foo.pdf.barcode" end When I run this (using cmd-d in the TM bundle), the test passes, but I get this line injected about the green "should make a copy of the file": /Users/george/work/simplify_md/vendor/plugins/rspec/lib/spec/mocks/proxy.rb:129: command not found: OcrBarcode /Users/george/work/simplify_md/tmp/valid_2007_10_24_111354_EDT.pdf (all one line) Significantly, if I remove the stub (Kernel.stub!(''`''.to_sym)), I get the same result: passing with the same "c...