https://github.com/hashrocket/vetted_name
https://github.com/hashrocket/vetted_name
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hashrocket/vetted_name
- Owner: hashrocket
- Created: 2016-10-28T13:54:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T15:06:03.000Z (over 9 years ago)
- Last Synced: 2024-12-30T03:32:51.163Z (over 1 year ago)
- Language: Ruby
- Size: 59.6 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vetted Name
[![CircleCI][status]][circle]
[status]: https://circleci.com/gh/hashrocket/vetted_name/tree/master.svg?style=svg&circle-token=5424a3c33bb6ec328b01e98c65a104866001c858
[circle]: https://circleci.com/gh/hashrocket/vetted_name/tree/master
## Setup
After cloning the repo and running `bundle install`, simply run the setup task:
```
rails db:setup
```
That should create the development and tests databases, run migrations and also
seed some required data for you.
## Tests
In order to run the tests you'll have to [install Qt][qt_install], but once
that's done, simply run the defaul rask task to run all tests:
```
rake
```
[qt_install]: https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit