Reputation: 8517
I have a Rails project, in which I have a library with specs, lib/foo
, which contains a spec
folder:
Rails.root /lib /foo /lib /spec
When I run rspec
in Rails root, I would like the foo
specs to be ran too. How can I accomplish it?
Upvotes: 1
Views: 406