I am trying to run rspec for Ruby on Rails. I am running Rails 4.1.1. I have installed the gem, have established a spec folder with some tests. I have created a directory
Always remember to run the rspec or the bundle exec rspec from the root of your project. Something like:
rspec
bundle exec rspec
bundle exec rspec spec/features/file_test_spec.rb