On Feb 1, 2012, at 6:26 PM, Lille wrote:
> Hey folks,
>
> Using 2.6, I have functional tests arranged in my spec/controllers
> directory according to their namespace in my Rails 3 app/controllers
> directory, e.g.,
>
> api/some_controller_spec.rb
>
> describe Api::SomeController, ...
>
> We
Hey folks,
Using 2.6, I have functional tests arranged in my spec/controllers
directory according to their namespace in my Rails 3 app/controllers
directory, e.g.,
api/some_controller_spec.rb
describe Api::SomeController, ...
Well, when I run rspec at the directory level, e.g., rspec spec/
c