My spec/features isn't being read by rspec

Hello Everyone,

Could anyone tell me why my spec/features are not being read?

Ruby 2.0
Rails 4.0
Rspec 2.14.0
capybara 2.1.0

It is a fresh ‘rails new some_app’. I created a spec/features directory
and
added a bla.rb with bad syntax to cause it to fail, when I run rspec it
says 0 examples and 0 failures.

Am I doing something wrong? Thank you.

p

Try rename your file to bla_spec.rb

Atenciosamente,

Carlos Figueiredo

OMG! Thank you.