Sha256: 71604d6811acb3137eb6e720463e01d8578a3086f170d9c0343653cd8d353a3c
Contents?: true
Size: 360 Bytes
Versions: 9
Compression:
Stored size: 360 Bytes
Contents
## TheComments Dummy App ### First step ``` git clone https://github.com/the-teacher/the_comments.git cd the_comments/spec/dummy_app/ bundle ``` ### App start ``` rake db:bootstrap_and_seed rails s -p 3000 -b localhost ``` Browser ``` http://localhost:3000/ ``` ### Tests start ``` rake db:bootstrap RAILS_ENV=test rspec --format documentation ```
Version data entries
9 entries across 9 versions & 3 rubygems