Your error does not seem related to RSpec in any way. Maybe someone will have an idea and suggest a solution, but I think you will have better luck asking on a mailing list or forum focused on Heroku, Rails, or Rake, as those are the tools you are dealing with.
Good luck! Myron On Tue, Mar 14, 2017 at 11:07 AM, <[email protected]> wrote: > please can someone help me. i run into this error when trying to deploy to > heroku > > remote: sh: 2: Syntax error: Unterminated quoted string > remote: sh: 2: Syntax error: Unterminated quoted string > remote: ! > remote: ! Could not detect rake tasks > remote: ! ensure you can run `$ bundle exec rake -P` against your app > remote: ! and using the production group of your Gemfile. > remote: ! rake aborted! > remote: ! NoMethodError: undefined method `web_console' for > #<Rails::Application::Configuration > > > /language_pack/helpers/rake_runner.rb:102:in `load_rake_tasks!': Could > not detec > t rake tasks (LanguagePack::Helpers::RakeRunner::CannotLoadRakefileError) > remote: ensure you can run `$ bundle exec rake -P` against your app > remote: and using the production group of your Gemfile. > remote: rake aborted! > remote: NoMethodError: undefined method `web_console' for > #<Rails::Application:: > Configuration > > -- > 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/ > msgid/rspec/476022cf-2099-4cb1-8e35-b0fc9aa18aab%40googlegroups.com > <https://groups.google.com/d/msgid/rspec/476022cf-2099-4cb1-8e35-b0fc9aa18aab%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/msgid/rspec/CADUxQms2Urx6PgpdVkrXebFE2d%3D-Cj0ZLgXmtHVgC4w26Rdo1w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
