I am new to Rspec and learning it from EBooks and online Blog. I have some confusion about some gems and how should I go with testing? what they really do with Rspec and Testing?
These gems are following
gem factory_girl
gem 'capybara'
gem 'faker'
gem 'guard-rspec'
gem 'launchy'
I dont know why they are used for and which gem should I use at starting of learning Rspec? and another question is should I going for unit testing or Functional testing at staring poing of learning Rspec?
Please Help me.
Thanks.