Wednesday, September 11, 2013

Ch 2 Cucumber book no such method "success?"

I kept getting this error from section 2.5 in the cucumber book. turns out, for the code @output = `ruby calc.rb #{@input}` you must make sure you are using backticks `  instead of just ticks  ' . I thought it was just the font of the book that made the ticks look different.

No comments:

Post a Comment