From: Janko Muzykant Date: 2013-01-10T07:39:20+09:00 Subject: Cucumber tests on static app hi, I'm going to write acceptance tests using cucumber. the problem is, my application is not a rails based one. it's a set of javascript and html files tied together (with ext.js and sencha touch actually). As far as I know, to use cucumber (possibly with capybara) I would need a rack-based app. Is there any simple way to "wrap" my static files into rack compliant application, so I could test it with cucumber? thanks, jm.