I have git a little problem running Cucumber. When using cucumber I get the following results:
Yanniss-MacBook:rechnungen yannis$ cucumber Using the default
I'm new on Ruby on Rails. I had the same problem and what I did to solve this was: - I put in Gemfile the following: gem 'minitest'
Heber