Hi All

    I'm an experienced Rails developer.   I'm trying to use Hobo along
with RSpec, Autotest and Spork.   I'm relatively new to testing - I'm
a bit embarrassed to say, and was hoping to find some tips / pointers
on how to setup a development environment based on the aforementioned
tools on Mac OS X.

    Here's a copy of my Gemfile ...


source 'http://rubygems.org'

gem 'rails', '3.0.6'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'

gem "hobo", ">= 1.3.0.pre31"
gem 'will_paginate'

# gem "rspec-rails", ">= 2.5.0", :group => [:test, :development]

group :test do
        gem 'factory_girl_rails', '1.0'
        gem 'shoulda'
        gem 'mocha'
        gem 'rspec', :require => nil
        gem 'rspec-rails', :require => nil
        gem 'steak'
        gem 'capybara'
        gem 'spork', '0.9.0.rc4'
end


    When I run 'rspec spec' I get the following error ...


No DRb server is running. Running in local process instead ...
/Users/dekhaus/.rvm/gems/ruby-1.9.2-p0@diva/gems/rspec-core-2.5.1/lib/
rspec/core/configuration.rb:386: stack level too deep
(SystemStackError)


    I'm also looking for someone to help bring me up to speed quickly
using Hobo.   This is a paid position - the rate is negotiable.   If
you're interested - contact me at [email protected].

Thanks
Dave

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to