Re: [rspec-users] Newb struggling to get/keep RSpec stable

2011-05-25 Thread David Chelimsky
On May 25, 2011, at 5:56 PM, Meltemi wrote: > group :development, :test do > gem 'rspec-rails' > gem 'webrat' > gem 'haml-rails' > gem 'sass' I'd move haml and sass out of these groups - you need them in production. > gem 'spork', '~> 0.9.0.rc' > end > > group :test do > gem 'rspec' > end

[rspec-users] Newb struggling to get/keep RSpec stable

2011-05-25 Thread Meltemi
Long post but prolly simple if you understand Rails, RSpec & differences between webrat & capybara. I'm hoping someone can take a few moments to help me get a better understanding of my environment. I have a somewhat intermediate understanding of Ruby/Rails but a beginner's understanding of RSpec.