Skip to content

Application developed of the Udemy's course Ruby on Rails 5 - BDD, RSpec and Capybara.

Notifications You must be signed in to change notification settings

eltonsantos/bddrails

Repository files navigation

BDD with Rails

Application developed of the Udemy's course Ruby on Rails 5 - BDD, RSpec and Capybara.

Dependencies

  • Ruby 2.3.3 version
  • Rails 5.0.1 version
  • Rspec
  • Capybara
  • Guard
  • Guard-rspec
  • Guard-cucumber
  • Bootstrap-sass

Installation

On terminal:

  1. git clone [email protected]:eltonsantos/bddrails.
  2. cd bddrails.
  3. bundle install.
  4. run rails s.

Usage

In your browser access localhost:3000.