When debugging cucumber tests, it may be helpful to run cucumber on a single test file at a time and to cut down on execution time, and reduce the amount of error output to go through.
How to run cucumber on single .feature test file.
SOLUTION
bundle exec cucumber features/your_feature.feature