- add readme for running the tests

- remove ideas file
This commit is contained in:
Jordan Sissel 2012-09-04 12:16:35 -07:00
parent 23dd75024e
commit 5795b87aca
2 changed files with 10 additions and 3 deletions

View file

@ -1,3 +0,0 @@
* 'sample' input
* configure filters
* test events after filtering

10
spec/README.md Normal file
View file

@ -0,0 +1,10 @@
# How to run these tests
Run one:
`rspec spec/the/test.rb`
Run them all:
`rspec spec/**/*.rb`