Jasmine and coffeescript setup for rails
As I started to write more javascript code in my rails app, it became obvious that I should be testing it ! I wanted to use jasmine and coffeescript. I searc...
As I started to write more javascript code in my rails app, it became obvious that I should be testing it ! I wanted to use jasmine and coffeescript. I searc...
I have been using autotest for 2 years, and it’s been great ! The first time I ran it I thought “This rocks !” and I have always been using it since …
For testing purpose, I added FakeWeb to my app. Later, I deployed it to a staging env on heroku to find out that my scrapper started to fail with some strang...
As I updated my bundle, some capybara have_selector(…) matches started to fail. Here was the message :
From Martin Fowler’s point of view, I must have been a mockist. With using mocks extensively comes quite a few advantages :
I use rspec a lot. I thinks it’s a great testing framework.
Update 06/12/2014: I created a gem for this and other things
After reading The cucumber book I decided to add clever cucumber transforms but steps started to fail all over the place … Even completly unrelated scenarios...