This project is design as part of the Resultados Digitais Evaluation Project. It uses the [Test RD Gem] (https://github.com/vicentesi/testrd_gem) for CRUD operations with Leads and integration with Salesforce.
Written by Vicente Silveira Inácio
bundle install
Run server: (default: localhost:3000)
rails server
- RSpec
- Capybara
- Spork
- Guard
Running tests:
bundle exec rspec spec/[filename]
or:
time rspec spec/[filename]