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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/3fe31e18-cca1-4bf1-b9b8-1077e360c164%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Try rename your file to bla_spec.rb Atenciosamente, *Carlos Figueiredo* On Sat, Oct 12, 2013 at 11:33 PM, Peter <peter-I8Khkwz7QpbQT0dZR+AlfA@public.gmane.org> wrote:> 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 > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/3fe31e18-cca1-4bf1-b9b8-1077e360c164%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CANPOtXtTb17ZYEgV4oBVJr1SZif-Hd0i9D77ZFKgnJG2ZmAsZg%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
OMG! Thank you. On Saturday, October 12, 2013 7:54:19 PM UTC-7, Carlos Figueiredo wrote:> > Try rename your file to bla_spec.rb > > Atenciosamente, > > *Carlos Figueiredo* > > > On Sat, Oct 12, 2013 at 11:33 PM, Peter <pe...-I8Khkwz7QpbQT0dZR+AlfA@public.gmane.org <javascript:>>wrote: > >> 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 >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to rubyonrails-ta...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. >> To post to this group, send email to rubyonra...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<javascript:> >> . >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/rubyonrails-talk/3fe31e18-cca1-4bf1-b9b8-1077e360c164%40googlegroups.com >> . >> For more options, visit https://groups.google.com/groups/opt_out. >> > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/a45a7a33-b0db-43cb-bc13-968a796f9c6f%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.