16 Aug, 2012
1 commit
-
We need to require mock_redis before calling MockRedis.new inside config/environments/*.rb. This because, inside that, Bundler haven't required our environments' gems yet. This patch moves that to spec/spec_helper.rb and features/support/env.rb. This fixes this problem, and also mocks Redis even if we don't run the tests through Rake. I also forgot to commit the Gemfile.lock. Adding this here.
10 Aug, 2012
1 commit
-
These are the last recommended versions for Rails 2 https://github.com/cucumber/cucumber/wiki/ruby-on-rails
03 Dec, 2009
1 commit
14 Aug, 2009
1 commit
01 Jul, 2009
3 commits
-
…g webrat steps to use test::unit assertions instead of rspec matchers.