Open woolsox opened 6 years ago
@TylerRockwell Is this expected? I can't remember if SmashingDocs is useful against rails-view apps or not.
@dkniffin It looks like SmashingDocs isn't being installed, for any type of app. Some of the config is added via this line, but I don't see the gem getting added anywhere.
And no, I don't think SmashingDocs is useful for a full stack app. Not unless it also has some API endpoints.
When spinning up a new app - we get the
Is this an API only app? (y/N)
prompt. In the case of answeringN
we still end up withspec_helper.rb
config which hasSmashingDoc
references in it:config.after(:each, type: :controller) do
SmashingDocs.run!(request, response, true)
end
This will cause
rspec
to throw a error:NameError: uninitialized constant SmashingDocs