-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
-
None
I'm experiencing many failures in mongoid 3.0.23's tests. There are 132 failures.
I'm using the latest 3.0 commit, which is different from just the 3.0.0-stable branch, and is as shown below. My mongodb environment is the same as described in issue MONGOID-2908.
Need I do anything other than bundle install to set up for these tests? If so, what would that be? I am doing:
$ git clone git@github.com:mongoid/mongoid.git
$ git checkout 3.0.0-stable
$ git checkout v3.0.23
$ git log
commit f1435babf46fbde9a2c965b44fe989e2cb6fa019
Date: Sun Feb 24 13:01:28 2013 +0100
$ bundle install
$ bundle exec ruby -v
ruby 1.9.3p392 (2013-02-22 revision 39386) [i686-linux]
$ bundle exec rspec spec/**/*_spec.rb