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
Post a Comment