Nathan Biles wrote in post #1120671:
> 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':
> {applicatio
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
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