Sha256: 7cd0f2113f2a5802b75a889927bd11e76c53ef7a5a7aec9adef67460d2d33757

Contents?: true

Size: 658 Bytes

Versions: 4

Compression:

Stored size: 658 Bytes

Contents

←   [documentation](documentation.md)

### Dummy Application

TheComments repository contains a dummy application for development and testing.

It's here: [Dummy App](https://github.com/the-teacher/the_comments/tree/master/spec/dummy_app)

To run the dummy app:

```ruby
git clone https://github.com/the-teacher/the_comments.git

cd the_comments/spec/dummy_app/

bundle

rake db:bootstrap_and_seed

rails s -p 3000 -b localhost
```

### Run tests

To run the RSPEC tests:

```ruby
git clone https://github.com/the-teacher/the_comments.git

cd the_comments/spec/dummy_app/

bundle

rake db:bootstrap RAILS_ENV=test

rspec --format documentation
```

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
fuck_comments-2.3.4 docs/where_is_example_application.md
the_comments_ruby-2.3.4 docs/where_is_example_application.md
the_comments_ruby-2.3.3 docs/where_is_example_application.md
the_comments-2.3.1 docs/where_is_example_application.md