[rspec-users] Template Scaffold syntax error

2013-09-04 Thread Nathan Biles
I inherited a project from another developer. I ran rspec . and I and getting the following error and I need help figuring it out asap. ~/.rvm/gems/ruby-2.0.0-p247/gems/rspec-core-2.13.1/lib/rspec/core/configuration.rb:819:in `load': {application-path}/lib/templates/rspec/scaffold/controller_spec

Re: [rspec-users] Template Scaffold syntax error

2013-09-04 Thread Cynthia Kiser
Since the trace isn't pointing to any of your code, it's a bit difficult to track this down. However, the code it is pointing to looks like it is coming from a view: <% module_namespacing do -%> ^ So I would do a search for 'module_namespacing do' within your project. Your IDE may