Viewing profile — netzpirat
netzpirat
HN member- Joined
- Mon, Dec 13, 2010, 7:02 PM UTC
- HN karma
- 4
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About netzpirat
No profile information was provided.
Recent public activity
-
comment
Comment #3909133
Jasmine is used for unit testing and you should mock dependencies like faking XHR requests, whereas with Capybara/Selenium you do acceptance tests to test the frontend/backend inte…
-
comment
Comment #3705075
At first I was doubtful about testing my JS code, but nowadays I do enjoy it much more that testing the Rails backend. I use my own gem guard-jasmine that runs the specs headless o…
-
comment
Comment #3705044
I do test almost anything in my apps and I can't imagine to write my software without it nowadays. I test my Ruby code in the backend, the CoffeeScript code in the frontend and I h…