An open API service indexing awesome lists of open source software.

https://github.com/eltonsantos/bddrails

Application developed of the Udemy's course Ruby on Rails 5 - BDD, RSpec and Capybara.
https://github.com/eltonsantos/bddrails

bdd bootstrap-sass capybara guard guard-rspec rails rspec ruby

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# BDD with Rails

Application developed of the Udemy's course [Ruby on Rails 5 - BDD, RSpec and Capybara](https://www.udemy.com/ruby-rails-5-bdd-rspec-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`.