rspec2 - How does rspec-rails detects folders? -
for example if have ./views/*_spec can use render function. if want use render function ./integrations/*_spec ? how can this?
the solution include module rspec describe block
include rspec::rails::viewexamplegroup
Comments
Post a Comment