unit testing - Running `cucumber feature/test.feature` in ruby shows weird behaviour -


#!/usr/bin/ruby `cucumber feature/test.feature` 

running above code issue lots of cucumber feature/test.feature commands.. why ?
when see processes list there 30 50 processes running cucumber command

also ruby program never terminates

try running feature files outside 'features' folder. think solve issue.(tested using command line)

user:project user$ ls

features

user:project user$cucumber example.feature


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -