README.md in vault-tools-0.0.1 vs README.md in vault-tools-0.0.2
- old
+ new
@@ -15,29 +15,27 @@
Includes request logging and health endpoints
```ruby
class Web < Vault::Web
helpers Vault::SinatraHelpers::HtmlSerializer
-
end
```
### Test Base Classes
Provides a Stock TestCase and Spec classes to customize.
To extend your test classes uniformly, use the Vault::
```ruby
-
module MyTestHelperClass
def app; Vault::InvoiceBuilder::Web; end
end
Vault::TestHelpers.include_in_all Vault::InvoiceBuilderHelpers
```
-Now you have an `#app` method in your `Vault::TestCase`s and your `Vault::Spec`s
+Now you have an `#app` method in your `Vault::TestCase` and your `Vault::Spec`
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)