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.
- Host: GitHub
- URL: https://github.com/eltonsantos/bddrails
- Owner: eltonsantos
- Created: 2017-02-04T22:17:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T05:08:22.000Z (over 8 years ago)
- Last Synced: 2025-01-11T09:40:01.031Z (4 months ago)
- Topics: bdd, bootstrap-sass, capybara, guard, guard-rspec, rails, rspec, ruby
- Language: Ruby
- Homepage: https://www.udemy.com/ruby-rails-5-bdd-rspec-capybara
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.