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