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
02 Sep, 2009
2 commits
15 Aug, 2009
4 commits
14 Aug, 2009
2 commits
29 Jul, 2009
1 commit
20 Jul, 2009
1 commit
18 Jul, 2009
1 commit
-
Signed-off-by: Dan Croak <dcroak@thoughtbot.com>
17 Jul, 2009
3 commits
16 Jul, 2009
2 commits
01 Jul, 2009
3 commits
-
…g webrat steps to use test::unit assertions instead of rspec matchers.