Not sure if my problem is related to simo's, but I also got warnings and errors in what I was assuming to be an up-to-date rspec-cucumber setup.
I have described the issue over at SO<http://stackoverflow.com/questions/14684270/bundled-versions-of-rspec-and-cucumber-gems-in-a-new-rails-3-2-app> . Cheers, Giuseppe On Sunday, February 3, 2013 6:56:17 PM UTC+1, [email protected] wrote: > > Don't know how far you upgraded, but this was fixed almost a year ago: > https://github.com/rspec/rspec-rails/issues/518 > > On Tuesday, January 29, 2013 12:52:53 AM UTC-6, simo wrote: >> >> I have upgraded my rspec lately, then when I try to test I have this >> error: >> >> DEPRECATION WARNING: The InstanceMethods module inside >> ActiveSupport::Concern will be no longer included automatically. Please >> define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter >> instead. (called from at >> /home/dcaclab/RubymineProjects/coursebuilder/spec/models/country_spec.rb:5) >> >> My country_spec.rb is: >> >> describe Country do >> pending "add some examples to (or delete) #{__FILE__}" >> end >> >> Shall I write it in another way? >> I have this problem with all my models >> >> Also, I have this error in a controller: >> DEPRECATION WARNING: The InstanceMethods module inside >> ActiveSupport::Concern will be no longer included automatically. Please >> define instance methods directly in RSpec::Rails::ViewRendering instead. >> (called from at >> /home/dcaclab/RubymineProjects/coursebuilder/spec/controllers/quiz_spec.rb:1) >> >> line 1 just says: >> describe QuizzesController do >> >> Is this an issue? how to solve it? >> >> Thanks >> > -- You received this message because you are subscribed to the Google Groups "rspec" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msg/rspec/-/Sy0QUIeyNOkJ. For more options, visit https://groups.google.com/groups/opt_out.
