I\'m writing tests on Rspec for my models in Ruby on Rails application. And I receive this error while starting \'rspec spec\'
command: /spec/models/client_spec
In rails 4.x (rspec-rails 3.1.0) use
require "rails_helper" # this
not
require "spec_helper" # not this
in your spec files