Re: [rspec-users] rspec-rails-2.4.0 is released!

2011-01-02 Thread Jim Morris
Good job ;) I was looking around to see where stuff was required, figured it may have something to do with the fact I don't use require 'rails/all' in my application.rb, but break out stuff so I don't include activerecord but do include sequel, maybe active record which is usually loaded first pul

Re: [rspec-users] rspec-rails-2.4.0 is released!

2011-01-02 Thread David Chelimsky
On Sun, Jan 2, 2011 at 11:51 PM, David Chelimsky wrote: > On Sun, Jan 2, 2011 at 11:01 PM, Jim Morris wrote: >> Ok I re installed rspec-rails 2.4.0 looks like my request specs run, >> and my model specs run but my >> controller specs and helper specs do not run, and throw that error. >> >> I have

Re: [rspec-users] rspec-rails-2.4.0 is released!

2011-01-02 Thread David Chelimsky
On Sun, Jan 2, 2011 at 11:01 PM, Jim Morris wrote: > Ok I re installed rspec-rails 2.4.0 looks like my request specs run, > and my model specs run but my > controller specs and helper specs do not run, and throw that error. > > I have that config.around.. in my spec_helper which applies to most >

Re: [rspec-users] rspec-rails-2.4.0 is released!

2011-01-02 Thread Jim Morris
Ok I re installed rspec-rails 2.4.0 looks like my request specs run, and my model specs run but my controller specs and helper specs do not run, and throw that error. I have that config.around.. in my spec_helper which applies to most request specs but not to the helper specs or controller specs (

Re: [rspec-users] rspec-rails-2.4.0 is released!

2011-01-02 Thread Jim Morris
> The problem is with rspec-cells, but I'm not clear yet on the root > cause. Something to do with the way it's hooking itself into the > framework is failing. I totally removed rspec-cells from my gems and bundle, but I still get the same failure, so I'm not convinced it is rspec-cells, it did g

Re: [rspec-users] rspec-rails-2.4.0 is released!

2011-01-02 Thread David Chelimsky
On Sun, Jan 2, 2011 at 10:20 PM, Jim Morris wrote: > I forgot to mention that I did get a deprecation warning from rspec- > cells (they haven't updated it yet), but I fixed it by doing what the > deprecation warning said. I don't think that has anything to do with > the error I am getting though.

Re: [rspec-users] rspec-rails-2.4.0 is released!

2011-01-02 Thread David Chelimsky
On Sun, Jan 2, 2011 at 10:12 PM, Jim Morris wrote: > Yes I can, the full app is on https://github.com/wolfmanjm/wolfmanblog_rails > although I downgraded back to rspec-rails 2.3.1, before I did that my > Gemfile.lock looked like... Thanks for that. The problem is with rspec-cells, but I'm not cl

Re: [rspec-users] rspec-rails-2.4.0 is released!

2011-01-02 Thread Jim Morris
I forgot to mention that I did get a deprecation warning from rspec- cells (they haven't updated it yet), but I fixed it by doing what the deprecation warning said. I don't think that has anything to do with the error I am getting though. On Jan 2, 7:46 pm, David Chelimsky wrote: > On Sun, Jan 2,

Re: [rspec-users] rspec-rails-2.4.0 is released!

2011-01-02 Thread Jim Morris
Yes I can, the full app is on https://github.com/wolfmanjm/wolfmanblog_rails although I downgraded back to rspec-rails 2.3.1, before I did that my Gemfile.lock looked like... GEM remote: http://rubygems.org/ specs: abstract (1.0.0) actionmailer (3.0.3) actionpack (= 3.0.3)

Re: [rspec-users] rspec-rails-2.4.0 is released!

2011-01-02 Thread David Chelimsky
On Sun, Jan 2, 2011 at 9:09 PM, Jim Morris wrote: > I just upgraded from 2.3.1 and I now get this error on all my specs... > Nothing else changed and the Upgrade.md does not indicate any backward > compatibilities unless I missed something. > > (in /home/morris/work/ruby/rails3/wolfmanblog) > /opt

Re: [rspec-users] rspec-rails-2.4.0 is released!

2011-01-02 Thread Jim Morris
I just upgraded from 2.3.1 and I now get this error on all my specs... Nothing else changed and the Upgrade.md does not indicate any backward compatibilities unless I missed something. (in /home/morris/work/ruby/rails3/wolfmanblog) /opt/ruby-enterprise-1.8.7-2010.02/bin/ruby -S bundle exec rspec .

[rspec-users] rspec-rails-2.4.0 is released!

2011-01-02 Thread David Chelimsky
### rspec-rails-2.4.0 / 2011-01-02 [full changelog](http://github.com/rspec/rspec-rails/compare/v2.3.1...2.4.0) * Enhancements * include ApplicationHelper in helper object in helper specs * include request spec extensions in files in spec/integration * include controller spec extensions in