Re: [rspec-users] RSpec 2.1.0 Start up problems

2010-12-06 Thread Bharat
Thanks David and apologies. I should have looked harder. By the way, I have an extensive Shoulda test suite for my open source Rails 3 project. Do you have any advice on how to port it to RSpec? Here is the link in case you are interested http://www.github.com/bruparel/file_manager3 Currently it

Re: [rspec-users] RSpec 2.1.0 Start up problems

2010-12-05 Thread David Chelimsky
On Sun, Dec 5, 2010 at 9:39 PM, Bharat wrote: > I have a simple model as shown below: > # == Schema Information > # Schema version: 20101101014544 > # > # Table name: base_folders > # > #  id         :integer         not null, primary key > #  name       :string(255) > #  created_at :datetime > #