README.md in dots_formatter-0.0.1 vs README.md in dots_formatter-0.0.2
- old
+ new
@@ -16,20 +16,24 @@
If you set debug mode to true then you can get each test on a new line
with the time taken for each test.
Currently only works with RSpec 3 and up.
-To run, clone the repo then in either a project specific .rspec file or
+
+To run, first install the gem:
+```ruby
+gem install dots_formatter
+```
+
+then in either a project specific .rspec file or
in your home .rspec file, or directly on the command line:
```ruby
---require /path/to/dots_formatter/lib/dots_formmater.rb
--format DotsFormatter
```
## TODO
* Port RSpec 3 to RSpec 2
* Better Readme
-* Gem-ify
* Debug as command line option
* Tests