Spec_helper.rb not being created?

Hi,

I am new to rspec and BDD/TDD and over all Rails. I am trying to get
rspec to run, but its not running, and I narrowed it down to the
spec_helper.rb file not being created in the ./spec directory, any
ideas?

Never mind figured it out rails generate rspec:install, thanks
anyways!