Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jesus-j-cedillo authored Oct 1, 2020
1 parent ee1e151 commit 203f3ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tracker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
A rails webapp that is used by tamu organizations to take and track member attendance.

Steps to setup Rspec and Capybara
1. In gem filed under group ':development, :test do' include:
#rspec testing framework
gem 'rspec-rails'
1. In gem filed under group ':development, :test do' include these 4 gems

a. gem 'rspec-rails'

gem 'capybara', '>= 2.15'
gem 'selenium-webdriver'
gem 'webdrivers'
b. gem 'capybara', '>= 2.15'
c. gem 'selenium-webdriver'
d. gem 'webdrivers'

2. run bundle install
3. You should have spec directory
Expand Down

0 comments on commit 203f3ca

Please sign in to comment.