updates README
This commit is contained in:
parent
d946c7262c
commit
7962f43323
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -60,6 +60,25 @@ If you find bugs, have feature requests or questions, please
|
|||
[file an issue](https://github.com/G5/microformats2/issues).
|
||||
|
||||
|
||||
## Specs
|
||||
|
||||
To update spec cases that are scraped from other sites.
|
||||
**Warning:** This could break specs.
|
||||
```bash
|
||||
rake update_spec_cases
|
||||
```
|
||||
|
||||
To run specs
|
||||
```bash
|
||||
rspec spec
|
||||
```
|
||||
|
||||
To keep specs running
|
||||
```bash
|
||||
guard
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Copyright (c) 2013 G5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue