Re: [rspec-users] RSpec in controller

2013-06-10 Thread oliver
Problem solved!!! -- View this message in context: http://ruby.11.x6.nabble.com/RSpec-in-controller-tp4991621p4991676.html Sent from the rspec-users mailing list archive at Nabble.com. ___ rspec-users mailing list rspec-users@rubyforge.org http://rub

Re: [rspec-users] RSpec in controller

2013-06-10 Thread oliver
On my _form.html.erb, I have this: <%= f.select :group_name, options_for_select(@group_mst.collect{|x| [x.group_name]}), {:multiple => :multiple} %> - On my user_mst_controller.rb: def new @user_

Re: [rspec-users] RSpec in controller

2013-06-10 Thread Andy Lindeman
On Mon, Jun 10, 2013 at 1:46 AM, oliver wrote: > hello! when I've run bundle exec rspec spec --backtrace I've got something > like this error. What is the possible cause of this. Thank you for help in > advance! Hi Oliver-- Can you paste your controller, view, and spec on gist.github.com? -- An

[rspec-users] RSpec in controller

2013-06-09 Thread oliver
late.rb:135:in `block in render' # C:/Ruby192/lib/ruby/gems/1.9.1/gems/activesupport-3.0.9/lib/active_suppor t/notifications.rb:52:in `block in instrument' # C:/Ruby192/lib/ruby/gems/1.9.1/gems/activesupport-3.0.9/lib/active_suppor t/notifications/instrumenter.rb:21:in `instrument' #